shift-shell/components/mobileshell/qml/popups/actionbuttons/ActionButtonsProvider.qml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
428 B
QML
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2025 Micah Stanley <stanleymicah@proton.me>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
import QtQuick
import QtQuick.Layouts
import org.kde.plasma.private.mobileshell.state as MobileShellState
import org.kde.plasma.private.mobileshell as MobileShell
/**
* This sets up the popup action buttons.
*/
QtObject {
id: component
property var rotationButton: RotationButton {}
}