From 6a1a6ae557354a0753ed68b6dba460eb9aa28959 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 21 Apr 2015 16:50:28 +0200 Subject: [PATCH] Wizards: Fix import for .ui.qml file Change-Id: I448dbdb9fcbd72e6388cd15268447c08eebc68f0 Reviewed-by: Robert Loehning --- share/qtcreator/templates/qtquick/qtquick_2_4/MainForm.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2e696443642..2443b996e2d 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