summaryrefslogtreecommitdiff
path: root/src/tools/testrunner/amtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/testrunner/amtest.h')
-rw-r--r--src/tools/testrunner/amtest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/testrunner/amtest.h b/src/tools/testrunner/amtest.h
index 0fe54e3b..fbaf9db3 100644
--- a/src/tools/testrunner/amtest.h
+++ b/src/tools/testrunner/amtest.h
@@ -55,6 +55,7 @@ public:
Q_INVOKABLE void ignoreMessage(QT_PREPEND_NAMESPACE_AM(AmTest::MsgType) type, const QRegularExpression &expression);
Q_INVOKABLE int observeObjectDestroyed(QObject *obj);
Q_INVOKABLE void aboutToBlock();
+ Q_INVOKABLE bool dirExists(const QString &dir);
#if defined(Q_OS_LINUX)
Q_INVOKABLE QString ps(int pid);
Q_INVOKABLE QString cmdLine(int pid);