logic: Fixed intermediate storage fetching starving when indexers are really fast because of other UI updates

This commit is contained in:
Eberhard Graether
2017-08-25 11:17:34 +02:00
parent ab3780d347
commit d8413b1cb4
6 changed files with 99 additions and 40 deletions
+4 -1
View File
@@ -19,5 +19,8 @@ void QtCoreApplication::handleMessage(MessageQuitApplication* message)
void QtCoreApplication::handleMessage(MessageStatus* message)
{
std::cout << message->status << std::endl;
for (const std::string& status : message->stati())
{
std::cout << status << std::endl;
}
}