diff options
Diffstat (limited to 'src/plugins/autotest/testcodeparser.cpp')
-rw-r--r-- | src/plugins/autotest/testcodeparser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/autotest/testcodeparser.cpp b/src/plugins/autotest/testcodeparser.cpp index 0f37ff6f5ba..1ef39f2ccf5 100644 --- a/src/plugins/autotest/testcodeparser.cpp +++ b/src/plugins/autotest/testcodeparser.cpp @@ -380,7 +380,7 @@ void TestCodeParser::scanForTests(const QStringList &fileList, const QList<ITest } } -void TestCodeParser::onTaskStarted(Core::Id type) +void TestCodeParser::onTaskStarted(Utils::Id type) { if (type == CppTools::Constants::TASK_INDEX) { m_codeModelParsing = true; @@ -394,7 +394,7 @@ void TestCodeParser::onTaskStarted(Core::Id type) } } -void TestCodeParser::onAllTasksFinished(Core::Id type) +void TestCodeParser::onAllTasksFinished(Utils::Id type) { // if we cancel parsing ensure that progress animation is canceled as well if (type == Constants::TASK_PARSE && parsingHasFailed) |