Qt6 dropped QtGraphicalEffects

https://doc.qt.io/qt-6/qtgraphicaleffects5-index.html

Contributes to CURA-8640
This commit is contained in:
j.spijker@ultimaker.com 2022-03-28 15:33:43 +02:00 committed by Jelle Spijker
parent 12ee57e4ad
commit ff21c93f9b
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
import QtQuick 2.10
import QtQuick.Controls 2.3
import QtGraphicalEffects 1.0 // For the dropshadow
import Qt5Compat.GraphicalEffects // For the dropshadow
import UM 1.2 as UM