summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-04-23 12:40:23 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-04-23 12:40:23 (GMT)
commit0967c3267fd533a9fa092553d30a0baf06aafb60 (patch)
tree745a913b7236c78df0d3c3f7b398c544879308b2 /src/declarative/qml/qmlcomponent.cpp
parent7f4c36b07da085549bdc93c65e6b839a43877b0b (diff)
downloadQt-0967c3267fd533a9fa092553d30a0baf06aafb60.zip
Qt-0967c3267fd533a9fa092553d30a0baf06aafb60.tar.gz
Qt-0967c3267fd533a9fa092553d30a0baf06aafb60.tar.bz2
qdoc: Edited the documentation to remove numerous qdoc warnings.
Diffstat (limited to 'src/declarative/qml/qmlcomponent.cpp')
-rw-r--r--src/declarative/qml/qmlcomponent.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlcomponent.cpp b/src/declarative/qml/qmlcomponent.cpp
index 0f60870..83d500c 100644
--- a/src/declarative/qml/qmlcomponent.cpp
+++ b/src/declarative/qml/qmlcomponent.cpp
@@ -96,10 +96,10 @@ QML_DEFINE_TYPE(QmlComponent,Component);
Specifies the loading status of the QmlComponent.
- \o Null This QmlComponent has no data. Call loadUrl() or setData() to add QML content.
- \o Ready This QmlComponent is ready and create() may be called.
- \o Loading This QmlComponent is loading network data.
- \o Error An error has occured. Calling errorDescription() to retrieve a description.
+ \value Null This QmlComponent has no data. Call loadUrl() or setData() to add QML content.
+ \value Ready This QmlComponent is ready and create() may be called.
+ \value Loading This QmlComponent is loading network data.
+ \value Error An error has occured. Calling errorDescription() to retrieve a description.
*/
void QmlComponentPrivate::typeDataReady()