logic: Fixed deadlock when interrupting indexing

This commit is contained in:
Eberhard Graether
2017-08-22 22:15:57 +02:00
parent 39550cd03e
commit 869c72ab70
2 changed files with 8 additions and 7 deletions
+1
View File
@@ -69,6 +69,7 @@ private:
QtThreadedLambdaFunctor m_onQtThread;
QtThreadedLambdaFunctor m_onQtThread2;
QtThreadedLambdaFunctor m_onQtThread3;
bool m_resultReady;
};