aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/smooth/CellContainer.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-10-23 15:31:57 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-10-23 18:21:15 +0000
commitc5ec9f64ac5a7cf15a0013e0fda9b5e4d757d783 (patch)
tree61b9b6bbcb71d866910f1ec9065a2457d4c1b53a /tests/manual/smooth/CellContainer.qml
parent314a2b53a885a41f0a220fdcd5e8cd4592078b29 (diff)
add qmlRegisterModule to QML plugins (QUIP 99)
Now it should always be possible to do import QtGraphicalEffects 1.m where m is Qt's minor version. [ChangeLog][Qt Graphical Effects] In Qt 5.12 and newer versions, this module is available with the same minor version as the Qt release minor version number. For example import QtGraphicalEffects 1.12 will work in Qt 5.12, even though there has been no API change, and the maximum possible import version will automatically increment in future Qt versions. This is intended to reduce confusion. Change-Id: I4fa13fa9a662933161ff726a3e2ba586b2f7f6ff Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/manual/smooth/CellContainer.qml')
-rw-r--r--tests/manual/smooth/CellContainer.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/smooth/CellContainer.qml b/tests/manual/smooth/CellContainer.qml
index 5a04bd3..60af0f7 100644
--- a/tests/manual/smooth/CellContainer.qml
+++ b/tests/manual/smooth/CellContainer.qml
@@ -1,5 +1,5 @@
-import QtQuick 2.9
-import QtQuick.Layouts 1.3
+import QtQuick 2.12
+import QtQuick.Layouts 1.12
Item {
implicitWidth: children[0].implicitWidth * children[0].scale