diff options
Diffstat (limited to 'src/controls/qquickmenu.cpp')
-rw-r--r-- | src/controls/qquickmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/qquickmenu.cpp b/src/controls/qquickmenu.cpp index bc1169a7c..85bb44968 100644 --- a/src/controls/qquickmenu.cpp +++ b/src/controls/qquickmenu.cpp @@ -113,7 +113,7 @@ QT_BEGIN_NAMESPACE /*! \qmlproperty enumeration Menu::type - This property is read-only and constant, and its value is \l MenuItemType.Menu. + This property is read-only and constant, and its value is \l {QtQuick.Controls::MenuItem::}{type}. */ /*! |