summaryrefslogtreecommitdiff
path: root/src/extras/PieMenu.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/PieMenu.qml')
-rw-r--r--src/extras/PieMenu.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/PieMenu.qml b/src/extras/PieMenu.qml
index d339795a..cfaaecbe 100644
--- a/src/extras/PieMenu.qml
+++ b/src/extras/PieMenu.qml
@@ -332,7 +332,7 @@ Control {
/*!
\qmlmethod void addItem(string text)
- Adds an item to the end of the menu items.
+ Adds a \a text item to the end of the menu items.
Equivalent to passing calling \c insertItem(menuItems.length, text).