Priority tweak
This commit is contained in:
parent
3dd344f51b
commit
218a5c3897
2
main.cpp
2
main.cpp
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user