From 90d74f86029d4761babf046056ff8647536fc348 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Mon, 25 Mar 2013 17:46:53 +0800 Subject: QtWidgets tests: Don't call the empty function QApplication::syncX() Change-Id: I2c732afd43586209cf5a2b72caac53e34abb9090 Reviewed-by: Friedemann Kleint --- tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp') diff --git a/tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp b/tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp index c4c8022237..9ab7bb5305 100644 --- a/tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp +++ b/tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp @@ -132,7 +132,6 @@ void tst_QStackedLayout::init() // make sure the tests work with focus follows mouse QCursor::setPos(testWidget->geometry().center()); testWidget->activateWindow(); - QApplication::syncX(); QTest::qWait(250); } -- cgit v1.2.3