From 87ad76ef5002ebdc31a3a92b7c2b147f91506c5e Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 23 Aug 2017 17:04:18 +0200 Subject: import controls 2.0 as Controls2 --- framework/qml/People.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/qml/People.qml') diff --git a/framework/qml/People.qml b/framework/qml/People.qml index b9ed81bd..02844501 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.7 -import QtQuick.Controls 2.0 as Controls +import QtQuick.Controls 2.0 as Controls2 import QtQuick.Layouts 1.1 import org.kube.framework 1.0 as Kube @@ -71,7 +71,7 @@ FocusScope { } } - Controls.StackView { + Controls2.StackView { id: stack anchors { @@ -221,7 +221,7 @@ FocusScope { leftMargin: Kube.Units.largeSpacing } - Controls.ScrollBar.vertical: Kube.ScrollBar { } + Controls2.ScrollBar.vertical: Kube.ScrollBar { } contentHeight: contentColumn.height clip: true -- cgit v1.2.3