data: fixed file clearing to clear only elements with no more source_locations
This commit is contained in:
@@ -156,12 +156,12 @@ void Storage::finishParsing()
|
||||
buildHierarchyCache();
|
||||
}
|
||||
|
||||
void Storage::prepareParsingFile()
|
||||
void Storage::prepareParsingFile(const FilePath& filePath)
|
||||
{
|
||||
m_sqliteStorage.beginTransaction();
|
||||
}
|
||||
|
||||
void Storage::finishParsingFile()
|
||||
void Storage::finishParsingFile(const FilePath& filePath)
|
||||
{
|
||||
m_sqliteStorage.commitTransaction();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user