aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-06-25 18:12:29 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-07-17 15:11:51 +0000
commit197c22be541e18b3e8db0d259d4a3e7be3030bb9 (patch)
tree0672adcff8038d81188646d498de5eb9deda6ed1 /examples
parentc2004b6a71983ca9f8222875eecd6f7a440f75af (diff)
Get rid of Qt.labs.handlers import, merge into QtQuick 2.12
... and clean up imports in examples, snippets and tests accordingly. Change-Id: I5bbe63afd2614cdc2c1ec7d179c9acd6bc03b167 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/imageelements/animatedimage.qml3
-rw-r--r--examples/quick/shapes/content/tapableTriangle.qml5
-rw-r--r--examples/quick/shapes/content/tiger.qml5
3 files changed, 5 insertions, 8 deletions
diff --git a/examples/quick/imageelements/animatedimage.qml b/examples/quick/imageelements/animatedimage.qml
index 0a119d0aba..04bc38fe95 100644
--- a/examples/quick/imageelements/animatedimage.qml
+++ b/examples/quick/imageelements/animatedimage.qml
@@ -47,8 +47,7 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-import QtQuick 2.11
-import Qt.labs.handlers 1.0
+import QtQuick 2.12
import "../shared" as Examples
Column {
diff --git a/examples/quick/shapes/content/tapableTriangle.qml b/examples/quick/shapes/content/tapableTriangle.qml
index be48e23876..22ed577bcb 100644
--- a/examples/quick/shapes/content/tapableTriangle.qml
+++ b/examples/quick/shapes/content/tapableTriangle.qml
@@ -48,9 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.11
-import QtQuick.Shapes 1.11
-import Qt.labs.handlers 1.0
+import QtQuick 2.12
+import QtQuick.Shapes 1.12
Rectangle {
width: 120
diff --git a/examples/quick/shapes/content/tiger.qml b/examples/quick/shapes/content/tiger.qml
index 7fa6ca2706..317ec88b31 100644
--- a/examples/quick/shapes/content/tiger.qml
+++ b/examples/quick/shapes/content/tiger.qml
@@ -48,9 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.11
-import QtQuick.Shapes 1.11
-import Qt.labs.handlers 1.0
+import QtQuick 2.12
+import QtQuick.Shapes 1.12
Shape {
asynchronous: true