aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/qquicktext.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-10-24 09:43:59 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-10-31 08:54:17 +0000
commit0dfcc4baf8e064f0abc14c1eeee7c78df90a50fb (patch)
treeac77d6ef9846ce78ab7a3a318dd5b91f54298697 /tests/auto/quick/qquicktext/qquicktext.pro
parent2ef96ddef2a42e2ff4c03cd19155cac48505390f (diff)
tst_qquicktext: use new QQuickTest::qWaitForItemPolished() function
This is a public function that encapsulates the behavior of the old checks without requiring use of private API. Change-Id: I78b8e0aa2df43df7ff863f076f07cf3a9b8b5d34 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Diffstat (limited to 'tests/auto/quick/qquicktext/qquicktext.pro')
-rw-r--r--tests/auto/quick/qquicktext/qquicktext.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktext/qquicktext.pro b/tests/auto/quick/qquicktext/qquicktext.pro
index f76e8c95b2..fdea9dcddd 100644
--- a/tests/auto/quick/qquicktext/qquicktext.pro
+++ b/tests/auto/quick/qquicktext/qquicktext.pro
@@ -11,4 +11,4 @@ include (../../shared/util.pri)
TESTDATA = data/*
-QT += core-private gui-private qml-private quick-private network testlib
+QT += core-private gui-private qml-private quick-private network testlib qmltest