Priority tweak

This commit is contained in:
NeoTheFox 2015-03-08 21:41:43 +03:00
parent 3dd344f51b
commit 218a5c3897

View File

@ -9,7 +9,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationDomain("https://github.com/NeoTheFox");
QCoreApplication::setApplicationName("RepRaptor");
QThread::currentThread()->setPriority(QThread::HighPriority);
QThread::currentThread()->setPriority(QThread::HighestPriority);
MainWindow w;
w.show();