aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickuniversalstyle/data/tst_universal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickuniversalstyle/data/tst_universal.qml')
-rw-r--r--tests/auto/qquickuniversalstyle/data/tst_universal.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/qquickuniversalstyle/data/tst_universal.qml b/tests/auto/qquickuniversalstyle/data/tst_universal.qml
index 0926cae3..356df731 100644
--- a/tests/auto/qquickuniversalstyle/data/tst_universal.qml
+++ b/tests/auto/qquickuniversalstyle/data/tst_universal.qml
@@ -48,11 +48,11 @@
**
****************************************************************************/
-import QtQuick 2.12
-import QtQuick.Window 2.2
-import QtTest 1.0
-import QtQuick.Controls 2.12
-import QtQuick.Controls.Universal 2.12
+import QtQuick
+import QtQuick.Window
+import QtTest
+import QtQuick.Controls
+import QtQuick.Controls.Universal
TestCase {
id: testCase
@@ -416,7 +416,7 @@ TestCase {
verify(window)
verify(window.pane)
- var control = Qt.createQmlObject("import QtQuick.Controls 2.1; " + data.type + " { }", window.pane)
+ var control = Qt.createQmlObject("import QtQuick.Controls; " + data.type + " { }", window.pane)
verify(control)
compare(control.font[data.attribute], data.value)