aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-07-06 12:43:55 +0200
committerJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2016-10-04 11:25:00 +0000
commit3a205800c6ea0a88ae2ab35edabf6883e54a334b (patch)
treeb79e3cf01171ff0aa5f33110a453720ee256e133 /src
parent0d2fad48fcc50fc3bec2401515b64f966e62c473 (diff)
Doc: add spec on parameter image
Error message: Undocumented parameter 'image' in QQuickTextureFactory::textureFactoryForImage() Change-Id: If7cb1e63091c23304b64c5688af0abe55fc37ff4 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
Diffstat (limited to 'src')
-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 6cecf6f6f6..f6a90cb70a 100644
--- a/src/quick/util/qquickimageprovider.cpp
+++ b/src/quick/util/qquickimageprovider.cpp
@@ -105,7 +105,7 @@ QImage QQuickTextureFactory::image() const
}
/*!
- Returns a QQuickTextureFactory holding the given image.
+ Returns a QQuickTextureFactory holding the given \a image.
This is typically used as a helper in QQuickImageResponse::textureFactory.