summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-03-06 12:18:15 +0100
committerKai Koehne <kai.koehne@qt.io>2019-03-07 08:04:18 +0000
commitfa63d206ced9a6253cd81acf4c82fa49d85c3352 (patch)
tree3ec83b14cf0c1d867512bbe7cb13129a11ad800d
parent45f1af9b19ce19f22d5ee73526d63e1683cbdbb5 (diff)
QAbstractTexture: Fix \since for handle, handleTypev5.13.0-beta1
The properties added in 5149ff8c645a are new in 5.13, not 5.12 Change-Id: I6780583bc2cfcc7ca846ea68d44c2e14d9a85f27 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
-rw-r--r--src/render/texture/qabstracttexture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/texture/qabstracttexture.cpp b/src/render/texture/qabstracttexture.cpp
index 17c4a8f11..ec9456b44 100644
--- a/src/render/texture/qabstracttexture.cpp
+++ b/src/render/texture/qabstracttexture.cpp
@@ -931,7 +931,7 @@ QTextureGeneratorPtr QAbstractTexture::dataGenerator() const
/*!
* \return the current texture handle type.
- * \since 5.12
+ * \since 5.13
*/
QAbstractTexture::HandleType QAbstractTexture::handleType() const
{
@@ -958,7 +958,7 @@ QAbstractTexture::HandleType QAbstractTexture::handleType() const
* \return the current texture handle, if Qt 3D is using the OpenGL renderer,
* handle is a texture id integer.
*
- * \since 5.12
+ * \since 5.13
*/
QVariant QAbstractTexture::handle() const
{