logic: Fixed code view single not cleared properly in some cases

This commit is contained in:
Eberhard Graether
2017-02-13 13:20:20 +01:00
parent 8a93bebff8
commit 259b112080
7 changed files with 27 additions and 5 deletions
@@ -192,6 +192,12 @@ void QtCodeNavigator::addedFiles()
}
}
void QtCodeNavigator::clear()
{
clearCodeSnippets();
clearCaches();
}
void QtCodeNavigator::clearCodeSnippets()
{
m_list->clear();