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:
authorJaime van Kessel <nallath@gmail.com>2022-03-28 17:11:28 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-28 17:11:28 +0300
commitf436c97abd93e39727ae20379a363f064a5ffd58 (patch)
tree61bf2f7f9459c8990703d1a1fae1090dde7893fa /resources/qml/Cura.qml
parentff21c93f9b4a8cda1e6f00285ebc69b0f90d60b8 (diff)
Roughly strip out the GraphicalEffects
For some reason qt6 that we built still didn't like it. Since we wanna know if the rest works, yeeting that stuff out for now
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index ad5fb5587e..f765b5e79a 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -4,7 +4,6 @@
import QtQuick 2.7
import QtQuick.Controls 2.15
import QtQuick.Dialogs 1.2
-import Qt5Compat.GraphicalEffects
import UM 1.5 as UM
import Cura 1.1 as Cura