aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/multipointtouch/bearwhack.qml
diff options
context:
space:
mode:
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{