diff options
Diffstat (limited to 'src/plugins/autotest/testcodeparser.cpp')
-rw-r--r-- | src/plugins/autotest/testcodeparser.cpp | 2 |
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() |