aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2015-11-17 14:23:13 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2015-11-20 09:42:18 +0000
commitaa9623525864fb17a50e0d4f968fe074a6084d4a (patch)
treef034ce5fabe1b3ff380c7fc8401dd31f08f3f130 /src
parent561b9323c22a594b402eac343690898d4e9c44d0 (diff)
Doc: Added link to Extending QML
Task-number: QTBUG-33521 Change-Id: I616369c3a535395ddb465a2f787dec7fc055a503 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc b/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
index a8177d29d8..c0b74c4fc6 100644
--- a/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
+++ b/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
@@ -564,8 +564,7 @@ list of \l {Item::children}{children}.
Default properties can be useful for reassigning the children of an item. See
the \l{TabWidget Example}, which uses a default property to
automatically reassign children of the TabWidget as children of an inner
-ListView.
-
+ListView. See also \l {Extending QML}.
\section3 Read-Only Properties