diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-09 08:43:46 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-09 08:43:46 (GMT) |
commit | 94244ea3c5edf57d4dc258381d37bc99fc23ed0d (patch) | |
tree | 96ca29d49cc2ce664343bcb7405fbe520f059b19 /src/declarative/qml/qdeclarativeimageprovider.cpp | |
parent | 8b0761d942ced89e34a8ee99de10f2f106f19396 (diff) | |
download | Qt-94244ea3c5edf57d4dc258381d37bc99fc23ed0d.zip Qt-94244ea3c5edf57d4dc258381d37bc99fc23ed0d.tar.gz Qt-94244ea3c5edf57d4dc258381d37bc99fc23ed0d.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/declarative/qml/qdeclarativeimageprovider.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativeimageprovider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeimageprovider.cpp b/src/declarative/qml/qdeclarativeimageprovider.cpp index 241df87..da5b65e 100644 --- a/src/declarative/qml/qdeclarativeimageprovider.cpp +++ b/src/declarative/qml/qdeclarativeimageprovider.cpp @@ -59,7 +59,7 @@ public: \list \o Loaded using QPixmaps rather than actual image files - \o Loaded asynchronously in a separate thread, if imageType() is \l ImageType::Image + \o Loaded asynchronously in a separate thread, if imageType() is \l Image \endlist To specify that an image should be loaded by an image provider, use the |