mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Qt6 dropped QtGraphicalEffects
https://doc.qt.io/qt-6/qtgraphicaleffects5-index.html Contributes to CURA-8640
This commit is contained in:
parent
12ee57e4ad
commit
ff21c93f9b
9 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue