aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/touchinteraction.qml
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-08-30 12:23:49 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-08-30 20:34:57 +0200
commit76a413bb11dd444239d3e0ae5fc86a3021d53409 (patch)
tree883e8f271fd5b0243d6ec47afc020bf4f54e7795 /examples/quick/touchinteraction/touchinteraction.qml
parentcb9cc7ca66ab7f901b4032ed3e8f5cea3ba9e469 (diff)
Fix touchinteraction example to use QML modules
Remove the "content" subdirectories. They just add noise. Pick-to: 6.2 Change-Id: Iae6bf7d91b6804294673be8966e30b11caae0654 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'examples/quick/touchinteraction/touchinteraction.qml')
-rw-r--r--examples/quick/touchinteraction/touchinteraction.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/touchinteraction/touchinteraction.qml b/examples/quick/touchinteraction/touchinteraction.qml
index a95867b6c1..3b9bfdaab5 100644
--- a/examples/quick/touchinteraction/touchinteraction.qml
+++ b/examples/quick/touchinteraction/touchinteraction.qml
@@ -49,7 +49,7 @@
****************************************************************************/
import QtQuick 2.0
-import "../shared"
+import shared
Item {
height: 480