summaryrefslogtreecommitdiffstats
path: root/src/tools/testrunner/testrunner_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/testrunner/testrunner_p.h')
-rw-r--r--src/tools/testrunner/testrunner_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/testrunner/testrunner_p.h b/src/tools/testrunner/testrunner_p.h
index cf00f516..3c4cbde0 100644
--- a/src/tools/testrunner/testrunner_p.h
+++ b/src/tools/testrunner/testrunner_p.h
@@ -100,6 +100,7 @@ public:
Q_INVOKABLE void ignoreMessage(MsgType type, const char* msg);
Q_INVOKABLE void ignoreMessage(MsgType type, const QRegExp &expression);
Q_INVOKABLE int observeObjectDestroyed(QObject *obj);
+ Q_INVOKABLE void aboutToBlock();
Q_SIGNALS:
void objectDestroyed(int index);