Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
KMyMoney
Commits
2d73384b
Commit
2d73384b
authored
Nov 22, 2019
by
Thomas Baumgart
Browse files
Fix loading of Finance::Quote supported sources
BUG: 414333 FIXED-IN: 5.0.8
parent
54a94f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmymoney/converter/webpricequote.cpp
View file @
2d73384b
...
...
@@ -1007,7 +1007,7 @@ void FinanceQuoteProcess::launch(const QString& scriptPath)
{
QStringList
arguments
;
arguments
<<
scriptPath
<<
QLatin1Literal
(
"-l"
);
setProcessChannelMode
(
QProcess
::
ForwardedOutput
Channel
);
setProcessChannelMode
(
QProcess
::
Separate
Channel
s
);
start
(
QLatin1Literal
(
"perl"
),
arguments
);
if
(
!
waitForStarted
())
qWarning
(
"Unable to start FQ script"
);
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment