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:
authorcasper <c.lamboo@ultimaker.com>2022-03-01 13:48:15 +0300
committercasper <c.lamboo@ultimaker.com>2022-03-01 13:48:15 +0300
commit82173c57660bd876e4ce9b4ccef925c80e4ca47f (patch)
tree8a269009846334b57b8004485092ce6d15dd247c /resources/qml/Cura.qml
parentceee0e9b4bbbb8c1e0856f1b9aafc71ad5ec79f8 (diff)
Update remaining qt controls 1 imports
CURA-8688
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index 70fae42162..371754e9e0 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -2,11 +2,9 @@
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.7
-import QtQuick.Controls 1.4
-import QtQuick.Layouts 1.1
+import QtQuick.Controls 2.15
import QtQuick.Dialogs 1.2
import QtGraphicalEffects 1.0
-import QtQuick.Controls 2.15 as NewControls
import UM 1.5 as UM
import Cura 1.1 as Cura