mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-27 21:23:28 -08:00
added thread names (2)
This commit is contained in:
@@ -127,6 +127,7 @@ int main(int argc, char *argv[])
|
||||
QSettings *settings = new QSettings("servatrice.ini", QSettings::IniFormat);
|
||||
|
||||
loggerThread = new QThread;
|
||||
loggerThread->setObjectName("logger");
|
||||
logger = new ServerLogger(logToConsole);
|
||||
logger->moveToThread(loggerThread);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user