Sender priority tweak
This commit is contained in:
parent
2fdd05cac1
commit
908f49389a
@ -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!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user