use the plamo import

This commit is contained in:
Marco Martin 2019-02-07 09:48:07 +01:00
parent 3194b36952
commit b99b093861

View file

@ -23,7 +23,7 @@ import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.components 2.0 as PlasmaComponents import org.kde.plasma.components 2.0 as PlasmaComponents
import org.kde.kquickcontrolsaddons 2.0 import org.kde.kquickcontrolsaddons 2.0
import org.kde.plasma.private.minishell 2.0 as MiniShell import org.kde.plasma.private.mobileshell 2.0 as MobileShell
Item { Item {
id: root id: root
@ -84,7 +84,7 @@ Item {
} }
} }
MiniShell.FullScreenPanel { MobileShell.FullScreenPanel {
id: expandedOverlay id: expandedOverlay
color: Qt.rgba(0, 0, 0, 0.5) color: Qt.rgba(0, 0, 0, 0.5)
visible: plasmoid.expanded visible: plasmoid.expanded