summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qgl/tst_qgl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/opengl/qgl/tst_qgl.cpp')
-rw-r--r--tests/auto/opengl/qgl/tst_qgl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/opengl/qgl/tst_qgl.cpp b/tests/auto/opengl/qgl/tst_qgl.cpp
index 3fc89acb67..38c92c7610 100644
--- a/tests/auto/opengl/qgl/tst_qgl.cpp
+++ b/tests/auto/opengl/qgl/tst_qgl.cpp
@@ -1288,7 +1288,7 @@ void tst_QGL::glFBOUseInGLWidget()
FBOUseInGLWidget w;
w.resize(100, 100);
- w.show();
+ w.showNormal();
QVERIFY(QTest::qWaitForWindowExposed(&w));
@@ -1774,7 +1774,7 @@ void tst_QGL::clipTest()
{
ClipTestGLWidget glw;
glw.resize(220, 220);
- glw.show();
+ glw.showNormal();
QVERIFY(QTest::qWaitForWindowExposed(&glw));