fix namespacing in ContextMenu
This commit is contained in:
parent
827a4d1c7e
commit
9c6b7539bc
@ -41,13 +41,13 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import org.kde.plasma.components 2.0
|
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides a component with list of options that the user can choose from.
|
* 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.
|
* All elements of this component are defined in Menu, its base component.
|
||||||
*/
|
*/
|
||||||
Menu {
|
PlasmaComponents.Menu {
|
||||||
id: root
|
id: root
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user