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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/testrunner/testrunner_p.h b/src/tools/testrunner/testrunner_p.h
index 93b93ee0..bc29c250 100644
--- a/src/tools/testrunner/testrunner_p.h
+++ b/src/tools/testrunner/testrunner_p.h
@@ -105,6 +105,10 @@ 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_SIGNALS:
+ void objectDestroyed(int index);
};
QT_END_NAMESPACE_AM