ui: added 100% progress step for clearing files

This commit is contained in:
mlangkabel
2018-01-19 16:27:51 +01:00
parent 4ee0523b51
commit 3348c886e5
@@ -329,6 +329,7 @@ void PersistentStorage::clearFileElements(const std::vector<FilePath>& filePaths
m_sqliteIndexStorage.removeElements(fileNodeIds);
m_sqliteIndexStorage.removeErrorsInFiles(filePaths);
m_sqliteIndexStorage.commitTransaction();
updateStatusCallback(100);
}
}