From 908f49389a5b0ecceb5f2d67d9cc34144951782f Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Tue, 24 Mar 2015 15:09:43 +0300 Subject: [PATCH] Sender priority tweak --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index a6fa0e5..dbe44b4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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!