forked from qt-creator/qt-creator
AutoTest: De-slot and complete Qt5-style connects
Change-Id: I013b42523f163e123a0cee85f9d232815ad284e3 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
b1a1e169a6
commit
943c76f4ab
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user