summaryrefslogtreecommitdiff
path: root/src/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-03-29 23:31:48 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-31 12:04:37 +0200
commit644728a2120880c2f8c9b32ce496efd6158a1107 (patch)
treefba7c055e0d0a7fc59ecdcceb2d93e50064cae5c /src/controls/ApplicationWindow.qml
parentf99dcdf07733b1cffeab89edb0fe0908cb753bd5 (diff)
downloadqtquickcontrols-644728a2120880c2f8c9b32ce496efd6158a1107.tar.gz
Doc: Fix some issues
Change-Id: I2f209fc33fdeecf0a3a3067486f9f4abfe18a2ec Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r--src/controls/ApplicationWindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index bb969946..ec40d4fe 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -118,7 +118,7 @@ Window {
// The below documentation was supposed to be written as a grouped property, but qdoc would
// not render it correctly due to a bug (https://bugreports.qt-project.org/browse/QTBUG-34206)
/*!
- \qmlproperty ApplicationWindow::contentItem
+ \qmlproperty ContentItem ApplicationWindow::contentItem
This group holds the size constraints of the content item. This is the area between the
\l ToolBar and the \l StatusBar.