Move signal emission to where it belongs

Change-Id: I85dc5793887e3a26bc86fc6615aa3167054ae58a
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-07-24 13:48:30 +02:00
parent c0f76a2658
commit 8f738836ea

View File

@@ -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)