diff --git a/ScreenPlay/qml/Create/Create.qml b/ScreenPlay/qml/Create/Create.qml index 4c573022..327477d0 100644 --- a/ScreenPlay/qml/Create/Create.qml +++ b/ScreenPlay/qml/Create/Create.qml @@ -2,7 +2,6 @@ import QtQuick import QtQuick.Controls import QtQuick.Layouts import QtQuick.Controls.Material -import QtQuick.Particles import Qt5Compat.GraphicalEffects import QtQuick.Controls.Material.impl import ScreenPlayApp diff --git a/ScreenPlay/qml/Create/CreateSidebar.qml b/ScreenPlay/qml/Create/CreateSidebar.qml index 337b27e6..86a9a10b 100644 --- a/ScreenPlay/qml/Create/CreateSidebar.qml +++ b/ScreenPlay/qml/Create/CreateSidebar.qml @@ -2,7 +2,6 @@ import QtQuick import QtQuick.Controls import QtQuick.Layouts import QtQuick.Controls.Material -import QtQuick.Particles import Qt5Compat.GraphicalEffects import QtQuick.Controls.Material.impl import ScreenPlayApp diff --git a/ScreenPlay/qml/Create/StartInfo.qml b/ScreenPlay/qml/Create/StartInfo.qml index 29dc7d41..3b89dec0 100644 --- a/ScreenPlay/qml/Create/StartInfo.qml +++ b/ScreenPlay/qml/Create/StartInfo.qml @@ -2,7 +2,6 @@ import QtQuick import QtQuick.Controls import QtQuick.Layouts import QtQuick.Controls.Material -import QtQuick.Particles import Qt5Compat.GraphicalEffects import QtQuick.Controls.Material.impl import ScreenPlayApp diff --git a/ScreenPlay/qml/Create/StartInfoLinkImage.qml b/ScreenPlay/qml/Create/StartInfoLinkImage.qml index 4facab40..b08735f0 100644 --- a/ScreenPlay/qml/Create/StartInfoLinkImage.qml +++ b/ScreenPlay/qml/Create/StartInfoLinkImage.qml @@ -2,7 +2,6 @@ import QtQuick import QtQuick.Controls import QtQuick.Layouts import QtQuick.Controls.Material -import QtQuick.Particles import Qt5Compat.GraphicalEffects import QtQuick.Controls.Material.impl import ScreenPlayApp diff --git a/ScreenPlayUtil/qml/Background.qml b/ScreenPlayUtil/qml/Background.qml index 64426256..bf1da6e3 100644 --- a/ScreenPlayUtil/qml/Background.qml +++ b/ScreenPlayUtil/qml/Background.qml @@ -1,7 +1,6 @@ import QtQuick import QtQuick.Controls.Material import Qt5Compat.GraphicalEffects -import QtQuick.Particles Rectangle { id: element diff --git a/ScreenPlayWallpaper/qml/Test.qml b/ScreenPlayWallpaper/qml/Test.qml index fd72a923..85264b3d 100644 --- a/ScreenPlayWallpaper/qml/Test.qml +++ b/ScreenPlayWallpaper/qml/Test.qml @@ -1,8 +1,8 @@ import QtQuick import QtQuick.Controls import QtQuick.Controls.Material -import QtQuick.Particles 2.12 -import QtQuick.Shapes 1.12 +import QtQuick.Particles +import QtQuick.Shapes import ScreenPlayWallpaper Rectangle {