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:
authorjelle Spijker <j.spijker@ultimaker.com>2021-03-29 18:55:19 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-03-29 18:55:19 +0300
commit2986d507454e830ae9f7620d8fccdc43d14ac1b0 (patch)
tree696614804bfc7049e317e213635db9ff78baf1a8 /resources/qml/Cura.qml
parenta277adae64c867cdbb07858b1b04f9e87a620d06 (diff)
Update QtQuick and QtQuick.Controls
CURA-7813
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index 7772cc041a..d790be9eb8 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -1,7 +1,7 @@
// Copyright (c) 2021 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.7
+import QtQuick 2.15
import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4
import QtQuick.Layouts 1.1