mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Remove unneeded qml imports
Found these while looking at what would be needed to upgrade to qt 6.x This module is dropped, hence me going over all of the cases where it's used.
This commit is contained in:
parent
2e694ff834
commit
1cece590d7
3 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
import QtQuick 2.10
|
import QtQuick 2.10
|
||||||
import QtQuick.Controls 1.4
|
import QtQuick.Controls 1.4
|
||||||
import QtQuick.Controls.Styles 1.4
|
import QtQuick.Controls.Styles 1.4
|
||||||
import QtGraphicalEffects 1.0
|
|
||||||
import UM 1.1 as UM
|
import UM 1.1 as UM
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
|
|
|
@ -6,7 +6,6 @@ import QtQuick.Controls 1.4
|
||||||
import QtQuick.Controls.Styles 1.4
|
import QtQuick.Controls.Styles 1.4
|
||||||
import UM 1.3 as UM
|
import UM 1.3 as UM
|
||||||
import Cura 1.0 as Cura
|
import Cura 1.0 as Cura
|
||||||
import QtGraphicalEffects 1.0
|
|
||||||
|
|
||||||
// This is the root component for the monitor stage.
|
// This is the root component for the monitor stage.
|
||||||
Component
|
Component
|
||||||
|
|
|
@ -8,7 +8,6 @@ import QtQuick.Controls.Styles 1.1
|
||||||
|
|
||||||
import UM 1.4 as UM
|
import UM 1.4 as UM
|
||||||
import Cura 1.0 as Cura
|
import Cura 1.0 as Cura
|
||||||
import QtGraphicalEffects 1.0
|
|
||||||
|
|
||||||
import "../Account"
|
import "../Account"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue