mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
quickfix: connection
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Logger::Logger()
|
||||
{
|
||||
connect(this,&Logger::sigAddToLogger, this, &Logger::handleLog,Qt::QueuedConnection);
|
||||
connect(this,&Logger::sigAddToLogger, this, &Logger::handleLog,Qt::AutoConnection);
|
||||
createDirectory();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user