aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/dialcontrol.qml
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-08-31 13:32:26 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-09-01 11:49:15 +0200
commit2dfb912058ecb865f2ed5becad04756b51bfbc7b (patch)
treeb22c1a762dd63619210057fd386452ec4d23cd98 /examples/quick/customitems/dialcontrol/dialcontrol.qml
parent66c011c5582de0565d85a77b282118a84aba51ad (diff)
Fix dialcontrol example to use a QML module
Also move the QML files out of the "content" subdirectory in order to avoid the directory import. Pick-to: 6.2 Change-Id: I84a1f5ef1a45e5098ec3213c6fbce06346f3606a Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples/quick/customitems/dialcontrol/dialcontrol.qml')
-rw-r--r--examples/quick/customitems/dialcontrol/dialcontrol.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/customitems/dialcontrol/dialcontrol.qml b/examples/quick/customitems/dialcontrol/dialcontrol.qml
index d0a623a72a..c6bff8f2c0 100644
--- a/examples/quick/customitems/dialcontrol/dialcontrol.qml
+++ b/examples/quick/customitems/dialcontrol/dialcontrol.qml
@@ -51,7 +51,6 @@
//! [imports]
import QtQuick 2.2
import QtQuick.Window 2.1
-import "content"
//! [imports]
//! [0]