aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2013-07-24 19:17:11 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-25 18:23:19 +0200
commit9c0f871a6b113529729f744d1edd22760911ebc0 (patch)
tree1ad2457ee9968581746eb09b001dcd38f834d7c1 /tests
parent56324d40c7704fcf2dfdacfa7ee9bdc8e8dd6b4e (diff)
Fix tst_qquickwindow for fullscreen platforms
Change-Id: I040282f1bf1a2a8f212b9c7192a5ffaa2dbfdfb8 Reviewed-by: Wolfgang Bremer <wbremer@blackberry.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickwindow/tst_qquickwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
index e2bb6b431c..fbbc77c31c 100644
--- a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
+++ b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
@@ -1072,7 +1072,7 @@ void tst_qquickwindow::noUpdateWhenNothingChanges()
QQuickRectangle rect(window.contentItem());
- window.show();
+ window.showNormal();
QTRY_VERIFY(window.isExposed());
if (window.openglContext()->thread() == QGuiApplication::instance()->thread()) {