logic: Fixed intermediate storage fetching starving when indexers are really fast because of other UI updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user