forked from qt-creator/qt-creator
Move signal emission to where it belongs
Change-Id: I85dc5793887e3a26bc86fc6615aa3167054ae58a Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -123,7 +123,6 @@ void TestCodeParser::updateTestTree()
|
||||
m_fullUpdatePostponed = false;
|
||||
|
||||
clearCache();
|
||||
emit cacheCleared();
|
||||
scanForTests();
|
||||
}
|
||||
|
||||
@@ -659,6 +658,7 @@ void TestCodeParser::clearCache()
|
||||
m_cppDocMap.clear();
|
||||
m_quickDocMap.clear();
|
||||
m_unnamedQuickDocList.clear();
|
||||
emit cacheCleared();
|
||||
}
|
||||
|
||||
void TestCodeParser::removeTestsIfNecessary(const QString &fileName)
|
||||
|
||||
Reference in New Issue
Block a user