From 0deef11ba72fd22ad0048c9f048787fbe43dfd4b Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Wed, 22 Jun 2022 11:48:46 -0400 Subject: [PATCH] components: Attempt to fix some cyclic dependencies --- components/mobileshell/qml/Shell.qml | 2 -- components/mobileshell/qml/components/Haptics.qml | 1 - 2 files changed, 3 deletions(-) diff --git a/components/mobileshell/qml/Shell.qml b/components/mobileshell/qml/Shell.qml index 522e56f0..6d476a39 100644 --- a/components/mobileshell/qml/Shell.qml +++ b/components/mobileshell/qml/Shell.qml @@ -7,8 +7,6 @@ import QtQuick 2.15 import QtQuick.Window 2.15 -import org.kde.plasma.private.mobileshell 1.0 as MobileShell - pragma Singleton /** diff --git a/components/mobileshell/qml/components/Haptics.qml b/components/mobileshell/qml/components/Haptics.qml index a6c4f7c3..2da7dd88 100644 --- a/components/mobileshell/qml/components/Haptics.qml +++ b/components/mobileshell/qml/components/Haptics.qml @@ -2,7 +2,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later import QtQuick 2.15 -import QtFeedback 5.0 import org.kde.plasma.private.mobileshell 1.0 as MobileShell