From 8f738836ea0d368f44fa575adf64284cff1aee9b Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 24 Jul 2015 13:48:30 +0200 Subject: Move signal emission to where it belongs Change-Id: I85dc5793887e3a26bc86fc6615aa3167054ae58a Reviewed-by: Niels Weber --- plugins/autotest/testcodeparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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) -- cgit v1.2.1