dictionarymatchengine.patch 594 B

12345678910111213
  1. diff -Nuar a/runners/dictionary/dictionarymatchengine.cpp b/runners/dictionary/dictionarymatchengine.cpp
  2. --- a/runners/dictionary/dictionarymatchengine.cpp 2017-10-24 13:51:25.000000000 +0300
  3. +++ b/runners/dictionary/dictionarymatchengine.cpp 2017-11-04 17:44:10.006867811 +0300
  4. @@ -73,7 +73,7 @@
  5. /* Because of QString's CoW semantics, we don't have to worry about
  6. * the overhead of assigning this to every item. */
  7. data->definition = definition;
  8. - data->waitCondition.notify_one();
  9. + data->waitCondition.wakeOne();
  10. }
  11. m_wordLock.unlock();
  12. }