aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-10-05 13:23:04 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-10-06 08:21:43 +0000
commit2f4a059881dbec289d86abc7456b42d5eec77ceb (patch)
tree0a98baf9336e30b18ce938724903cec1c816e6f7
parent0f06accc02f8c06fccdfe80a769e6ee50bf5eb14 (diff)
Doc: corrected \sa statement contentChildren
Error: qquickmenu.cpp:405: warning: Can't link to 'contentChildren' Change-Id: Ia2bf8b271576ace946d9942bd6d80f50b60944b1 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-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 bf37f801..80ad5b68 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()
{