aerothemeplasma/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenuBackend.qml
2022-09-01 18:37:59 +02:00

20 lines
532 B
QML

/*
SPDX-FileCopyrightText: 2011 Marco Martin <mart@kde.org>
SPDX-FileCopyrightText: 2011 Nokia Corporation and /or its subsidiary(-ies) <qt-info@nokia.com>
This file is part of the Qt Components project.
SPDX-License-Identifier: BSD-3-Clause
*/
import QtQuick 2.1
import org.kde.plasma.components 2.0 as PlasmaComponents
/**
* Provides a component with list of options that the user can choose from.
*
* All elements of this component are defined in Menu, its base component.
*/
MenuBackend {
id: root
}