components: Attempt to fix some cyclic dependencies

This commit is contained in:
Devin Lin 2022-06-22 11:48:46 -04:00
parent c3835b9a3b
commit 0deef11ba7
2 changed files with 0 additions and 3 deletions

View file

@ -7,8 +7,6 @@
import QtQuick 2.15 import QtQuick 2.15
import QtQuick.Window 2.15 import QtQuick.Window 2.15
import org.kde.plasma.private.mobileshell 1.0 as MobileShell
pragma Singleton pragma Singleton
/** /**

View file

@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
import QtQuick 2.15 import QtQuick 2.15
import QtFeedback 5.0
import org.kde.plasma.private.mobileshell 1.0 as MobileShell import org.kde.plasma.private.mobileshell 1.0 as MobileShell