summaryrefslogtreecommitdiff
path: root/plugins/autotest/testcodeparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testcodeparser.cpp')
-rw-r--r--plugins/autotest/testcodeparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autotest/testcodeparser.cpp b/plugins/autotest/testcodeparser.cpp
index edf5102419..a437bd4d15 100644
--- a/plugins/autotest/testcodeparser.cpp
+++ b/plugins/autotest/testcodeparser.cpp
@@ -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)