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.spijker@ultimaker.com <jelle spijker>2022-03-28 16:33:43 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2022-03-28 16:33:43 +0300
commitff21c93f9b4a8cda1e6f00285ebc69b0f90d60b8 (patch)
tree6d06b421b0c86dd776057225e80ccfd43cd80cc8 /resources/qml/Cura.qml
parent12ee57e4ad95d02a73b2c3e4a4b51a4ac095b0b0 (diff)
Qt6 dropped QtGraphicalEffects
https://doc.qt.io/qt-6/qtgraphicaleffects5-index.html Contributes to CURA-8640
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 89fc1f0ac2..ad5fb5587e 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -4,7 +4,7 @@
import QtQuick 2.7
import QtQuick.Controls 2.15
import QtQuick.Dialogs 1.2
-import QtGraphicalEffects 1.0
+import Qt5Compat.GraphicalEffects
import UM 1.5 as UM
import Cura 1.1 as Cura