aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-09-19 09:19:47 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-09-19 14:00:47 +0000
commitba48e1e6ea375af6eb1e0310395c00e3a41770b4 (patch)
treefacb53d5a59a565e60e7bd21efc785c440baa135 /src
parentffdb00d903ca343ac08ffb44535956d6fad9ae49 (diff)
Frame: link to contentItem in detailed description
Change-Id: Ifa936562b25ae99f3d912ecea356373a018b5660 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quicktemplates2/qquickframe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickframe.cpp b/src/quicktemplates2/qquickframe.cpp
index 2f2a5497..bcc387c1 100644
--- a/src/quicktemplates2/qquickframe.cpp
+++ b/src/quicktemplates2/qquickframe.cpp
@@ -54,8 +54,8 @@ QT_BEGIN_NAMESPACE
or a \l ColumnLayout.
Items declared as children of a Frame are automatically parented to the
- Frame's contentItem. Items created dynamically need to be explicitly
- parented to the contentItem.
+ Frame's \l {Control::}{contentItem}. Items created dynamically need to be
+ explicitly parented to the contentItem.
If only a single item is used within a Frame, it will resize to fit the
implicit size of its contained item. This makes it particularly suitable