aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/shared/debugutil_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/debugger/shared/debugutil_p.h')
-rw-r--r--tests/auto/qml/debugger/shared/debugutil_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/shared/debugutil_p.h b/tests/auto/qml/debugger/shared/debugutil_p.h
index 3ef2c56414..e3d46135f3 100644
--- a/tests/auto/qml/debugger/shared/debugutil_p.h
+++ b/tests/auto/qml/debugger/shared/debugutil_p.h
@@ -48,7 +48,8 @@ class QQmlDebugTest : public QQmlDataTest
{
Q_OBJECT
public:
- QQmlDebugTest(const char *qmlTestDataDir);
+ QQmlDebugTest(const char *qmlTestDataDir,
+ FailOnWarningsPolicy failOnWarningsPolicy = FailOnWarningsPolicy::DoNotFailOnWarnings);
public:
static bool waitForSignal(QObject *receiver, const char *member, int timeout = 5000);