diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-16 01:40:20 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-16 01:41:23 (GMT) |
commit | 9ec14dcfa1d53b209e7a34b6163aac876771751e (patch) | |
tree | 809a88e793c1e4b0367e37976f1d02b2df2ec343 /src/declarative/util/qdeclarativeview.cpp | |
parent | fc399f2cd81772fed179d59a6f53abe69a81083a (diff) | |
download | Qt-9ec14dcfa1d53b209e7a34b6163aac876771751e.zip Qt-9ec14dcfa1d53b209e7a34b6163aac876771751e.tar.gz Qt-9ec14dcfa1d53b209e7a34b6163aac876771751e.tar.bz2 |
Class documentation fixes for declarative.
Diffstat (limited to 'src/declarative/util/qdeclarativeview.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativeview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/util/qdeclarativeview.cpp b/src/declarative/util/qdeclarativeview.cpp index c0425ef..f786898 100644 --- a/src/declarative/util/qdeclarativeview.cpp +++ b/src/declarative/util/qdeclarativeview.cpp @@ -338,15 +338,15 @@ QDeclarativeContext* QDeclarativeView::rootContext() \value Null This QDeclarativeView has no source set. \value Ready This QDeclarativeView has loaded and created the QML component. \value Loading This QDeclarativeView is loading network data. - \value Error An error has occured. Calling errorDescription() to retrieve a description. + \value Error An error has occured. Call errorDescription() to retrieve a description. */ /*! \enum QDeclarativeView::ResizeMode This enum specifies how to resize the view. - \value SizeViewToRootObject - \value SizeRootObjectToView + \value SizeViewToRootObject The view resizes with the root item in the QML. + \value SizeRootObjectToView The view will automatically resize the root item to the size of the view. */ /*! |