summaryrefslogtreecommitdiffstats
path: root/QtDemo/qml/QtDemo/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'QtDemo/qml/QtDemo/main.qml')
-rw-r--r--QtDemo/qml/QtDemo/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtDemo/qml/QtDemo/main.qml b/QtDemo/qml/QtDemo/main.qml
index e804fa9..a143dfa 100644
--- a/QtDemo/qml/QtDemo/main.qml
+++ b/QtDemo/qml/QtDemo/main.qml
@@ -99,7 +99,7 @@ Rectangle{
}
WorldMouseArea { id: worldMouseArea }
- WorldPinchArea { id: worldPinchArea }
+ //WorldPinchArea { id: worldPinchArea }
WorldCanvas { id:canvas }
NavigationPanel{ id: navigationPanel }