From 1ef2c051ec88c5579634f05f5983694a868b8efa Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 21 Apr 2016 14:19:23 +0200 Subject: import Qt.labs.controls 1.0 => QtQuick.Controls 2.0 Docs, resources, .metainfo and plugins.qmltypes will be updated in follow up commits. Change-Id: I4438c5bfb8802bff0fa15c56431cfd288f179861 Task-number: QTBUG-52549 Reviewed-by: J-P Nurmi --- examples/quickcontrols2/gallery/pages/DrawerPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quickcontrols2/gallery/pages/DrawerPage.qml') diff --git a/examples/quickcontrols2/gallery/pages/DrawerPage.qml b/examples/quickcontrols2/gallery/pages/DrawerPage.qml index 910a0c7c..f4a7d272 100644 --- a/examples/quickcontrols2/gallery/pages/DrawerPage.qml +++ b/examples/quickcontrols2/gallery/pages/DrawerPage.qml @@ -39,7 +39,7 @@ ****************************************************************************/ import QtQuick 2.6 -import Qt.labs.controls 1.0 +import QtQuick.Controls 2.0 Pane { id: pane -- cgit v1.2.3