summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeloader.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-05-05 04:51:11 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-05-05 04:51:11 (GMT)
commitde5728c826d44808529a681472b899f30e18e325 (patch)
tree765d8e4c71731b2663ddc964de520fea889c78fa /src/declarative/graphicsitems/qdeclarativeloader.cpp
parent9719866c686805d69b0026f555c97594e09c836f (diff)
downloadQt-de5728c826d44808529a681472b899f30e18e325.zip
Qt-de5728c826d44808529a681472b899f30e18e325.tar.gz
Qt-de5728c826d44808529a681472b899f30e18e325.tar.bz2
doc
Task-number: QTBUG-10386
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeloader.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeloader.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeloader.cpp b/src/declarative/graphicsitems/qdeclarativeloader.cpp
index 62fa4db..7edd53c 100644
--- a/src/declarative/graphicsitems/qdeclarativeloader.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeloader.cpp
@@ -329,10 +329,10 @@ void QDeclarativeLoaderPrivate::_q_sourceLoaded()
This property holds the status of QML loading. It can be one of:
\list
- \o Null - no QML source has been set
- \o Ready - the QML source has been loaded
- \o Loading - the QML source is currently being loaded
- \o Error - an error occurred while loading the QML source
+ \o Loader.Null - no QML source has been set
+ \o Loader.Ready - the QML source has been loaded
+ \o Loader.Loading - the QML source is currently being loaded
+ \o Loader.Error - an error occurred while loading the QML source
\endlist
Note that a change in the status property does not cause anything to happen