summaryrefslogtreecommitdiffstats
path: root/QtDemo/qml/QtDemo/demos/maroon/content/GameCanvas.qml
diff options
context:
space:
mode:
Diffstat (limited to 'QtDemo/qml/QtDemo/demos/maroon/content/GameCanvas.qml')
-rw-r--r--QtDemo/qml/QtDemo/demos/maroon/content/GameCanvas.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtDemo/qml/QtDemo/demos/maroon/content/GameCanvas.qml b/QtDemo/qml/QtDemo/demos/maroon/content/GameCanvas.qml
index 5e6e963..dd1e765 100644
--- a/QtDemo/qml/QtDemo/demos/maroon/content/GameCanvas.qml
+++ b/QtDemo/qml/QtDemo/demos/maroon/content/GameCanvas.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick 2.2
import "logic.js" as Logic
import "towers" as Towers