logic: Avoid reparsing when no project files nothing changed
This commit is contained in:
@@ -33,7 +33,7 @@ Task::TaskState TaskCleanStorage::update()
|
||||
|
||||
if (m_fileCount)
|
||||
{
|
||||
MessageStatus("Cleaning up names (ESC to quit)", false, true).dispatch();
|
||||
MessageStatus("Clearing caches (ESC to quit)", false, true).dispatch();
|
||||
m_storage->clearCaches();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user