diff options
author | Laszlo Agocs <laszlo.agocs@qt.io> | 2020-05-18 16:31:59 +0200 |
---|---|---|
committer | Laszlo Agocs <laszlo.agocs@qt.io> | 2020-05-18 16:56:32 +0200 |
commit | 4e1e01c4e484337586a7419e28c3625055f88038 (patch) | |
tree | c94a19392b4df438b8953ac59f0400dd4e7f116a /tests/auto | |
parent | 35520c49198b02531d3eee7bd44ac09a24004ab7 (diff) |
Remove ignoreMessage from setOverlayParentToNull
Change-Id: Ie678693280b374e5977a3870b395936d15023579
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qquickpopup/tst_qquickpopup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qquickpopup/tst_qquickpopup.cpp b/tests/auto/qquickpopup/tst_qquickpopup.cpp index 9241e884..620a6ec4 100644 --- a/tests/auto/qquickpopup/tst_qquickpopup.cpp +++ b/tests/auto/qquickpopup/tst_qquickpopup.cpp @@ -1288,9 +1288,6 @@ void tst_QQuickPopup::setOverlayParentToNull() QQuickWindow *window = helper.window; window->show(); -#ifdef QT_DEBUG - QTest::ignoreMessage(QtWarningMsg, "ShaderEffectSource: 'recursive' must be set to true when rendering recursively."); -#endif QVERIFY(QTest::qWaitForWindowActive(window)); QVERIFY(QMetaObject::invokeMethod(window, "nullifyOverlayParent")); |