aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimageprovider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlimageprovider.cpp')
-rw-r--r--src/qml/qml/qqmlimageprovider.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlimageprovider.cpp b/src/qml/qml/qqmlimageprovider.cpp
index d1afa54498..5742b00de3 100644
--- a/src/qml/qml/qqmlimageprovider.cpp
+++ b/src/qml/qml/qqmlimageprovider.cpp
@@ -53,6 +53,7 @@ public:
\class QQuickTextureFactory
\since 5.0
\brief The QQuickTextureFactory class provides an interface for loading custom textures from QML.
+ \inmodule QtQml
The purpose of the texture factory is to provide a placeholder for a image
data that can be converted into an OpenGL texture.
@@ -110,7 +111,8 @@ QImage QQuickTextureFactory::image() const
/*!
\class QQmlImageProvider
- \since 4.7
+ \since 5.0
+ \inmodule QtQml
\brief The QQmlImageProvider class provides an interface for supporting pixmaps and threaded image requests in QML.
QQmlImageProvider is used to provide advanced image loading features
@@ -218,6 +220,8 @@ QImage QQuickTextureFactory::image() const
\c cache property to \c false for the relevant \l Image, \l BorderImage or
\l AnimatedImage object.
+ The QtQuick 1 version of this class is named QDeclarativeImageProvider.
+
\sa QQmlEngine::addImageProvider()
*/