Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
871f5f7c
Commit
871f5f7c
authored
Oct 02, 2014
by
Fabio Bas
Browse files
use qWarning instead of std::err
parent
8d8ccaad
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/src/main.cpp
View file @
871f5f7c
...
...
@@ -20,6 +20,7 @@
#include
<QCoreApplication>
#include
<QTextCodec>
#include
<QtGlobal>
#include
<iostream>
#include
<QMetaType>
#include
<QDateTime>
...
...
@@ -164,7 +165,7 @@ int main(int argc, char *argv[])
#endif
configPath
=
SettingsCache
::
guessConfigurationPath
(
configPath
);
std
::
cerr
<<
"Using configuration file:"
<<
configPath
.
toUtf8
().
data
()
<<
std
::
endl
;
qWarning
()
<<
"Using configuration file:
"
<<
configPath
;
settingsCache
=
new
SettingsCache
();
loggerThread
=
new
QThread
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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