summaryrefslogtreecommitdiff
path: root/src/controls/qquickmenuitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickmenuitem.cpp')
-rw-r--r--src/controls/qquickmenuitem.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/controls/qquickmenuitem.cpp b/src/controls/qquickmenuitem.cpp
index 275a6fa7..447db00c 100644
--- a/src/controls/qquickmenuitem.cpp
+++ b/src/controls/qquickmenuitem.cpp
@@ -177,8 +177,9 @@ void QQuickMenuBase::setVisualItem(QQuickItem *item)
/*!
\qmlproperty enumeration MenuSeparator::type
+ \readonly
- This property is read-only and constant, and its value is \l MenuItemType.Separator.
+ This property is read-only and constant, and its value is \c MenuItemType.Separator.
*/
QQuickMenuSeparator::QQuickMenuSeparator(QObject *parent)
@@ -320,8 +321,9 @@ void QQuickMenuText::updateIcon()
/*!
\qmlproperty enumeration MenuItem::type
+ \readonly
- This property is read-only and constant, and its value is \l MenuItemType.Item.
+ This property is read-only and constant, and its value is \c MenuItemType.Item.
*/
/*!