aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-08 16:33:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-08 13:51:22 +0200
commit68b4a904df701a39f1d9da52104ba26a5253e636 (patch)
tree5bb6f93bd08b82698bb112b1074987cebcede50b /src/quick/util
parent368e122556b4c77da4ec11dee52b66728feb9cdb (diff)
Fix uses of \inmodule, \inqqmlmodule and \since
Some classes and QML types were missing these or had the wrong values. Change-Id: Ic6376b8b450301f8ae0549e636f4bc2db4400f2b Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'src/quick/util')
-rw-r--r--src/quick/util/qquickimageprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickimageprovider.cpp b/src/quick/util/qquickimageprovider.cpp
index c6ad5acaa3..08ed8c12fa 100644
--- a/src/quick/util/qquickimageprovider.cpp
+++ b/src/quick/util/qquickimageprovider.cpp
@@ -54,7 +54,7 @@ public:
\class QQuickTextureFactory
\since 5.0
\brief The QQuickTextureFactory class provides an interface for loading custom textures from QML.
- \inmodule QtQml
+ \inmodule QtQuick
The purpose of the texture factory is to provide a placeholder for a image
data that can be converted into an OpenGL texture.