From 6b61cc32deaa202e7f46f4be426329db6a40ac3f Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 21 Apr 2016 13:51:20 +0200 Subject: import Qt.labs.templates 1.0 => QtQuick.Templates 2.0 Even though there never was such thing is QtQuick.Templates 1.0, we'll use version 2.0 to keep it in sync with QtQuick.Controls 2.0 (next step). The templates define (and in the future, revision) the API of the controls, so the two must have the same version or it will get messy. Docs and plugins.qmltypes will be updated in follow up commits. Change-Id: Idc2e76f32f348ba35eb4b1fa167c6868300aa910 Task-number: QTBUG-52549 Reviewed-by: J-P Nurmi --- src/imports/controls/BusyIndicator.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/controls/BusyIndicator.qml') diff --git a/src/imports/controls/BusyIndicator.qml b/src/imports/controls/BusyIndicator.qml index 9432b8a3..00a329d6 100644 --- a/src/imports/controls/BusyIndicator.qml +++ b/src/imports/controls/BusyIndicator.qml @@ -37,7 +37,7 @@ import QtQuick 2.6 import Qt.labs.controls 1.0 import Qt.labs.controls.impl 1.0 -import Qt.labs.templates 1.0 as T +import QtQuick.Templates 2.0 as T T.BusyIndicator { id: control -- cgit v1.2.3