summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qstackedlayout
diff options
context:
space:
mode:
authorDebao Zhang <hello@debao.me>2013-03-25 17:46:53 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-27 06:01:11 +0100
commit90d74f86029d4761babf046056ff8647536fc348 (patch)
tree71074b45ae6d32b9325af6d18ad846133a37346c /tests/auto/widgets/kernel/qstackedlayout
parentf57a3c0ba3e0747604a23de00e740a6547d07cdf (diff)
QtWidgets tests: Don't call the empty function QApplication::syncX()
Change-Id: I2c732afd43586209cf5a2b72caac53e34abb9090 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/widgets/kernel/qstackedlayout')
-rw-r--r--tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp1
1 files changed, 0 insertions, 1 deletions
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);
}