summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-06-03 14:07:55 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2010-06-03 14:08:21 (GMT)
commita039a3a53d0a07b04e3b30ba2a73150ea5d2522a (patch)
treef99875514b4aa48695d66bb09c5c6027401487af /tests
parentbec2d2610a9b35ffcf8314be184b1815527beb13 (diff)
downloadQt-a039a3a53d0a07b04e3b30ba2a73150ea5d2522a.zip
Qt-a039a3a53d0a07b04e3b30ba2a73150ea5d2522a.tar.gz
Qt-a039a3a53d0a07b04e3b30ba2a73150ea5d2522a.tar.bz2
tst_qgraphicsitem: stabilize on X11
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
index 5547b02..fe68c8e 100644
--- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -7584,6 +7584,7 @@ void tst_QGraphicsItem::itemUsesExtendedStyleOption()
scene.addItem(rect);
rect->setPos(200, 200);
QGraphicsView view(&scene);
+ view.setWindowFlags(Qt::X11BypassWindowManagerHint);
rect->startTrack = false;
view.show();
QTest::qWaitForWindowShown(&view);