forked from qt-creator/qt-creator
Use LowestPriority instead of IdlePriority.
This commit is contained in:
@@ -1802,7 +1802,7 @@ bool SemanticHighlighter::isOutdated()
|
||||
|
||||
void SemanticHighlighter::run()
|
||||
{
|
||||
setPriority(QThread::IdlePriority);
|
||||
setPriority(QThread::LowestPriority);
|
||||
|
||||
forever {
|
||||
m_mutex.lock();
|
||||
|
Reference in New Issue
Block a user