aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickimageprovider.cpp
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals@canonical.com>2015-09-18 11:26:55 +0200
committerAlbert Astals Cid <albert.astals@canonical.com>2015-09-21 07:50:54 +0000
commite6a4fdd519824d066d9d82ea6a1791ed7d13fde9 (patch)
tree440793c63accf14eefe08d0012a6e97f9ba2ccfa /src/quick/util/qquickimageprovider.cpp
parent76c7d955d6a30338749d570c804d052320fb6d91 (diff)
Improve QQuickTextureFactory::textureFactoryForImage docu
Change-Id: I80edbcf627c6a2ba27779d0edfe8f0343b765dda Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/quick/util/qquickimageprovider.cpp')
-rw-r--r--src/quick/util/qquickimageprovider.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/quick/util/qquickimageprovider.cpp b/src/quick/util/qquickimageprovider.cpp
index 5d492a4e75..ff851dac30 100644
--- a/src/quick/util/qquickimageprovider.cpp
+++ b/src/quick/util/qquickimageprovider.cpp
@@ -99,7 +99,9 @@ QImage QQuickTextureFactory::image() const
}
/*!
- Returns a QQuickTextureFactory holding given the image.
+ Returns a QQuickTextureFactory holding the given image.
+
+ This is typically used as a helper in QQuickImageResponse::textureFactory.
\since 5.6
*/