diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-05-05 04:51:11 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-05-05 04:51:11 (GMT) |
commit | de5728c826d44808529a681472b899f30e18e325 (patch) | |
tree | 765d8e4c71731b2663ddc964de520fea889c78fa /src/declarative/qml/qdeclarativecomponent.cpp | |
parent | 9719866c686805d69b0026f555c97594e09c836f (diff) | |
download | Qt-de5728c826d44808529a681472b899f30e18e325.zip Qt-de5728c826d44808529a681472b899f30e18e325.tar.gz Qt-de5728c826d44808529a681472b899f30e18e325.tar.bz2 |
doc
Task-number: QTBUG-10386
Diffstat (limited to 'src/declarative/qml/qdeclarativecomponent.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativecomponent.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/qml/qdeclarativecomponent.cpp b/src/declarative/qml/qdeclarativecomponent.cpp index 3ca0707..fb799dc 100644 --- a/src/declarative/qml/qdeclarativecomponent.cpp +++ b/src/declarative/qml/qdeclarativecomponent.cpp @@ -241,10 +241,10 @@ QDeclarativeComponent::~QDeclarativeComponent() \qmlproperty enumeration Component::status This property holds the status of component loading. It can be one of: \list - \o Null - no data is available for the component - \o Ready - the component has been loaded, and can be used to create instances. - \o Loading - the component is currently being loaded - \o Error - an error occurred while loading the component. + \o Component.Null - no data is available for the component + \o Component.Ready - the component has been loaded, and can be used to create instances. + \o Component.Loading - the component is currently being loaded + \o Component.Error - an error occurred while loading the component. Calling errorsString() will provide a human-readable description of any errors. \endlist */ |