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
b2dbfeb7
Commit
b2dbfeb7
authored
Jan 27, 2013
by
Max-Wilhelm Bruker
Browse files
added thread names (2)
parent
ae011445
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/src/main.cpp
View file @
b2dbfeb7
...
@@ -127,6 +127,7 @@ int main(int argc, char *argv[])
...
@@ -127,6 +127,7 @@ int main(int argc, char *argv[])
QSettings
*
settings
=
new
QSettings
(
"servatrice.ini"
,
QSettings
::
IniFormat
);
QSettings
*
settings
=
new
QSettings
(
"servatrice.ini"
,
QSettings
::
IniFormat
);
loggerThread
=
new
QThread
;
loggerThread
=
new
QThread
;
loggerThread
->
setObjectName
(
"logger"
);
logger
=
new
ServerLogger
(
logToConsole
);
logger
=
new
ServerLogger
(
logToConsole
);
logger
->
moveToThread
(
loggerThread
);
logger
->
moveToThread
(
loggerThread
);
...
...
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