diff --git a/src/quick/items/qquickview.cpp b/src/quick/items/qquickview.cpp index a55d056c75eadaf753750a05fdace0ed6cc1ae66..b5b542a7911ab64cd845087812c8c08495ded9cf 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() */