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:
authorj.delarago <joeydelarago@gmail.com>2022-03-29 17:04:02 +0300
committerj.delarago <joeydelarago@gmail.com>2022-03-29 17:04:02 +0300
commit99a3a8d11d16ca1b6ee94e3a6cf54a329bbf100f (patch)
tree6c69dbe5b6b978771627404c39bda1773c8ef88e /plugins/Marketplace/resources
parentf436c97abd93e39727ae20379a363f064a5ffd58 (diff)
QTQuick.Dialogs jumped to using 6.0 in QT6
Update imports to use correct version number. CURA-8640
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/LicenseDialog.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Marketplace/resources/qml/LicenseDialog.qml b/plugins/Marketplace/resources/qml/LicenseDialog.qml
index 0c84ee6087..f3734ca89f 100644
--- a/plugins/Marketplace/resources/qml/LicenseDialog.qml
+++ b/plugins/Marketplace/resources/qml/LicenseDialog.qml
@@ -2,7 +2,6 @@
//Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10
-import QtQuick.Dialogs 1.1
import QtQuick.Window 2.2
import QtQuick.Controls 2.3
import QtQuick.Layouts 1.3