Sender priority tweak

This commit is contained in:
NeoTheFox 2015-03-24 15:09:43 +03:00
parent 2fdd05cac1
commit 908f49389a

View File

@ -63,6 +63,7 @@ MainWindow::MainWindow(QWidget *parent) :
//them inherit parent's priority
parserThread = new QThread(this);
senderThread = new QThread(this);
senderThread->setPriority(QThread::TimeCriticalPriority);
//Restore settings
firstrun = !settings.value("core/firstrun").toBool(); //firstrun is inverted!