/* * SPDX-FileCopyrightText: 2025 Micah Stanley * * 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 {} }