Commit b2dbfeb7 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

added thread names (2)

parent ae011445
...@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment