summaryrefslogtreecommitdiffstats
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/testrunner/amtest.h b/src/tools/testrunner/amtest.h
index 91bb43b0..f7d8ee1b 100644
--- a/src/tools/testrunner/amtest.h
+++ b/src/tools/testrunner/amtest.h
@@ -63,7 +63,7 @@ public:
int timeoutFactor() const;
Q_INVOKABLE void ignoreMessage(MsgType type, const char* msg);
- Q_INVOKABLE void ignoreMessage(MsgType type, const QRegExp &expression);
+ Q_INVOKABLE void ignoreMessage(MsgType type, const QRegularExpression &expression);
Q_INVOKABLE int observeObjectDestroyed(QObject *obj);
Q_INVOKABLE void aboutToBlock();
#if defined(Q_OS_LINUX)