aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickview.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-10-27 14:58:40 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2014-11-18 09:38:38 +0100
commit10b6e6a06d929358bc693a6d5d535c36dc03fe14 (patch)
tree29ae62fc2fdbdacc6e50551e6e2321d9059a12d5 /src/quick/items/qquickview.cpp
parent05176ece31d6eb5295d96b8ba75b10cd84e603a6 (diff)
Doc: removed reference to sizeHint
sizeHint is not a property of QQuickView Task-number: QTBUG-39044 Change-Id: I6e19e975ab71f73ddaf703956afb90f2e607b6f8 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/quick/items/qquickview.cpp')
-rw-r--r--src/quick/items/qquickview.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/quick/items/qquickview.cpp b/src/quick/items/qquickview.cpp
index a55d056c75..b5b542a791 100644
--- a/src/quick/items/qquickview.cpp
+++ b/src/quick/items/qquickview.cpp
@@ -379,10 +379,6 @@ QList<QQmlError> QQuickView::errors() const
If this property is set to SizeRootObjectToView, the view will
automatically resize the root item to the size of the view.
- Regardless of this property, the sizeHint of the view
- is the initial size of the root item. Note though that
- since QML may load dynamically, that size may change.
-
\sa initialSize()
*/