Sender priority tweak
This commit is contained in:
@@ -63,6 +63,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
//them inherit parent's priority
|
//them inherit parent's priority
|
||||||
parserThread = new QThread(this);
|
parserThread = new QThread(this);
|
||||||
senderThread = new QThread(this);
|
senderThread = new QThread(this);
|
||||||
|
senderThread->setPriority(QThread::TimeCriticalPriority);
|
||||||
|
|
||||||
//Restore settings
|
//Restore settings
|
||||||
firstrun = !settings.value("core/firstrun").toBool(); //firstrun is inverted!
|
firstrun = !settings.value("core/firstrun").toBool(); //firstrun is inverted!
|
||||||
|
|||||||
Reference in New Issue
Block a user