mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
21 lines
532 B
QML
21 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
|
||
|
}
|