aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-10-03 12:59:12 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-10-03 13:34:03 +0000
commit267ef212b3701ae0da03e8783c85ef08a1df2a3a (patch)
treee5d33dfa938374715fff449538975f10d831fe2d /src/quicktemplates2
parente343d463dbf5f95f3d0fc7f837ee6a58f1855ebc (diff)
Menu: fix broken doc link to contentChildren
Change-Id: Idd00aa61fdec8153747387cb984b70595dae1b3f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2')
-rw-r--r--src/quicktemplates2/qquickmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickmenu.cpp b/src/quicktemplates2/qquickmenu.cpp
index f5a4bac6..509a4022 100644
--- a/src/quicktemplates2/qquickmenu.cpp
+++ b/src/quicktemplates2/qquickmenu.cpp
@@ -415,7 +415,7 @@ QVariant QQuickMenu::contentModel() const
\note Unlike \c contentChildren, \c contentData does include non-visual QML
objects. It is not re-ordered when items are inserted or moved.
- \sa Item::data, contentChildren
+ \sa Item::data, {Popup::}{contentChildren}
*/
QQmlListProperty<QObject> QQuickMenu::contentData()
{