aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2015-04-21 16:50:28 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-04-21 15:03:03 +0000
commit6a1a6ae557354a0753ed68b6dba460eb9aa28959 (patch)
treef516fb93a5b48bd025630b0c8ea04e7e4299fb7b
parent5d326c523e375167ee9f9c228a998fb8708ddffb (diff)
Wizards: Fix import for .ui.qml file
Change-Id: I448dbdb9fcbd72e6388cd15268447c08eebc68f0 Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
-rw-r--r--share/qtcreator/templates/qtquick/qtquick_2_4/MainForm.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/qtquick/qtquick_2_4/MainForm.ui.qml b/share/qtcreator/templates/qtquick/qtquick_2_4/MainForm.ui.qml
index 2e69644364..2443b996e2 100644
--- a/share/qtcreator/templates/qtquick/qtquick_2_4/MainForm.ui.qml
+++ b/share/qtcreator/templates/qtquick/qtquick_2_4/MainForm.ui.qml
@@ -1,4 +1,4 @@
-import QtQuick 2.3
+import QtQuick 2.4
Rectangle {
property alias mouseArea: mouseArea