aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testcodeparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/testcodeparser.cpp')
-rw-r--r--src/plugins/autotest/testcodeparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/testcodeparser.cpp b/src/plugins/autotest/testcodeparser.cpp
index 857c16b25f3..7e6e0b3c3c4 100644
--- a/src/plugins/autotest/testcodeparser.cpp
+++ b/src/plugins/autotest/testcodeparser.cpp
@@ -143,7 +143,7 @@ void TestCodeParser::emitUpdateTestTree()
qCDebug(LOG) << "adding singleShot";
m_singleShotScheduled = true;
- QTimer::singleShot(1000, this, SLOT(updateTestTree()));
+ QTimer::singleShot(1000, this, &TestCodeParser::updateTestTree);
}
void TestCodeParser::updateTestTree()