aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/multipointtouch/bearwhack.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/multipointtouch/bearwhack.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/multipointtouch/bearwhack.qml')
-rw-r--r--examples/quick/touchinteraction/multipointtouch/bearwhack.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/quick/touchinteraction/multipointtouch/bearwhack.qml b/examples/quick/touchinteraction/multipointtouch/bearwhack.qml
index 90c1a66891..5186d81e94 100644
--- a/examples/quick/touchinteraction/multipointtouch/bearwhack.qml
+++ b/examples/quick/touchinteraction/multipointtouch/bearwhack.qml
@@ -49,7 +49,6 @@
****************************************************************************/
import QtQuick 2.0
import QtQuick.Particles 2.0
-import "content"
Item {
id: root
@@ -60,7 +59,7 @@ Item {
anchors.fill: parent
z: 1000
Image {
- source: "content/title.png"
+ source: "title.png"
anchors.centerIn: parent
}
MouseArea{