Merge branch 'master' of git.kde.org:plasma-framework
This commit is contained in:
commit
b52b651bb2
@ -58,7 +58,7 @@ PlasmaComponents.ContextMenu {
|
|||||||
* This signal is emitted when a menu item is clicked.
|
* This signal is emitted when a menu item is clicked.
|
||||||
* The attached model properties for that menu item are passed as an argument
|
* The attached model properties for that menu item are passed as an argument
|
||||||
*/
|
*/
|
||||||
signal clicked(QtObject model)
|
signal clicked(var model)
|
||||||
|
|
||||||
//ContextMenu cannot have child items, so in order to have ContextMenu as the root object of this item
|
//ContextMenu cannot have child items, so in order to have ContextMenu as the root object of this item
|
||||||
//we create a new property which contains an item which can then load the child items
|
//we create a new property which contains an item which can then load the child items
|
||||||
|
Loading…
Reference in New Issue
Block a user