aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/canvas/canvas.qml
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-08-31 13:19:05 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-09-04 08:47:17 +0200
commita57d3a0bebbce31ab579f3739d453baf6cacc12d (patch)
tree82fdd7fc205831c25106d9c3aafb3de9ce5b8987 /examples/quick/canvas/canvas.qml
parent65b2e46423120d139dde0741f1f8e7763c08ce92 (diff)
Fix the canvas example to use a QML module
Pick-to: 6.2 Change-Id: I84445909adafbd2cf0f5654fa78a005ed243536f Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples/quick/canvas/canvas.qml')
-rw-r--r--examples/quick/canvas/canvas.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/canvas/canvas.qml b/examples/quick/canvas/canvas.qml
index 34e4f5a07b..6f579b55cf 100644
--- a/examples/quick/canvas/canvas.qml
+++ b/examples/quick/canvas/canvas.qml
@@ -49,7 +49,7 @@
****************************************************************************/
import QtQuick
-import "../shared" as Examples
+import shared as Examples
Item {
height: 480