From 2986d507454e830ae9f7620d8fccdc43d14ac1b0 Mon Sep 17 00:00:00 2001 From: jelle Spijker Date: Mon, 29 Mar 2021 17:55:19 +0200 Subject: Update QtQuick and QtQuick.Controls CURA-7813 --- resources/qml/ActionPanel/SliceProcessWidget.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml') diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml index 40e76826ca..dafd66a4f3 100644 --- a/resources/qml/ActionPanel/SliceProcessWidget.qml +++ b/resources/qml/ActionPanel/SliceProcessWidget.qml @@ -1,8 +1,8 @@ // Copyright (c) 2018 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.7 -import QtQuick.Controls 2.1 +import QtQuick 2.15 +import QtQuick.Controls 2.15 import QtQuick.Layouts 1.3 import QtQuick.Controls 1.4 as Controls1 -- cgit v1.2.3 From 9da321ffb9aae70c1469dc7496cf22ffd668614a Mon Sep 17 00:00:00 2001 From: jelle Spijker Date: Mon, 29 Mar 2021 18:04:47 +0200 Subject: Update Layouts, Control.Styles and Dialogs CURA-7813 --- resources/qml/ActionPanel/SliceProcessWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml') diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml index dafd66a4f3..20324d006b 100644 --- a/resources/qml/ActionPanel/SliceProcessWidget.qml +++ b/resources/qml/ActionPanel/SliceProcessWidget.qml @@ -3,7 +3,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.3 +import QtQuick.Layouts 1.15 import QtQuick.Controls 1.4 as Controls1 import UM 1.3 as UM -- cgit v1.2.3