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:
Jaime van Kessel 2021-06-25 12:37:05 +02:00
parent 2e694ff834
commit 1cece590d7
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,7 @@
import QtQuick 2.10
import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4
import QtGraphicalEffects 1.0
import UM 1.1 as UM
Rectangle

View file

@ -6,7 +6,6 @@ import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4
import UM 1.3 as UM
import Cura 1.0 as Cura
import QtGraphicalEffects 1.0
// This is the root component for the monitor stage.
Component

View file

@ -8,7 +8,6 @@ import QtQuick.Controls.Styles 1.1
import UM 1.4 as UM
import Cura 1.0 as Cura
import QtGraphicalEffects 1.0
import "../Account"