Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Karmas <konskarm@gmail.com>2021-03-30 10:42:59 +0300
committerGitHub <noreply@github.com>2021-03-30 10:42:59 +0300
commit180732788beadce04bd9046d28c0966a8ef25845 (patch)
tree343e56c17c78478ede5b16a87535de0ea838ce14 /resources/qml/ActionPanel/SliceProcessWidget.qml
parent53067a6d79b08d35a22099870ad194f2962aea8d (diff)
parent3baa71fd483cbf5b9e823a85a960cdeb95d13dca (diff)
Merge pull request #9472 from Ultimaker/CURA-7813_QML_warnings
Cura 7813 qml modules version bump
Diffstat (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml')
-rw-r--r--resources/qml/ActionPanel/SliceProcessWidget.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml
index dbbfe784ef..32979608c1 100644
--- a/resources/qml/ActionPanel/SliceProcessWidget.qml
+++ b/resources/qml/ActionPanel/SliceProcessWidget.qml
@@ -1,9 +1,9 @@
// 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.Layouts 1.3
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
import QtQuick.Controls 1.4 as Controls1
import UM 1.3 as UM