aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/tst_snippets.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-12 22:51:00 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-14 11:58:59 +0000
commit918a92c866a4c37209c98e97fdb03b312d82a4d3 (patch)
tree0de8ca83236a140e9fd358424a750dbbd5ee7313 /tests/auto/snippets/tst_snippets.cpp
parent090db511a36464c78f11df3b6596a56f09986951 (diff)
Docs: SwipeView
Change-Id: Iabeb3ebc54f64d2f3d0b008a5f5a16a89f701f85 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/auto/snippets/tst_snippets.cpp')
-rw-r--r--tests/auto/snippets/tst_snippets.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/snippets/tst_snippets.cpp b/tests/auto/snippets/tst_snippets.cpp
index 39375e12..3a3ab218 100644
--- a/tests/auto/snippets/tst_snippets.cpp
+++ b/tests/auto/snippets/tst_snippets.cpp
@@ -89,6 +89,8 @@ void tst_Snippets::screenshots()
QVERIFY(spy.isValid());
QVERIFY(spy.wait());
QVERIFY(result->saveToFile(output));
+
+ QGuiApplication::processEvents();
}
void tst_Snippets::screenshots_data()