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>
This commit is contained in:
Nico Vertriest 2014-10-27 14:58:40 +01:00 committed by Topi Reiniö
parent 05176ece31
commit 10b6e6a06d
1 changed files with 0 additions and 4 deletions

View File

@ -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()
*/