data: Readded manual element clearing when clearing file nodes

This commit is contained in:
Eberhard Graether
2015-10-09 11:46:27 +02:00
parent 2286e7de1b
commit 29afd80673
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ void Storage::clearFileElements(const std::vector<FilePath>& filePaths)
if (fileNodeIds.size())
{
m_sqliteStorage.removeElementsWithLocationInFiles(fileNodeIds);
m_sqliteStorage.removeFiles(fileNodeIds);
}
}