From fa63d206ced9a6253cd81acf4c82fa49d85c3352 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 6 Mar 2019 12:18:15 +0100 Subject: QAbstractTexture: Fix \since for handle, handleType The properties added in 5149ff8c645a are new in 5.13, not 5.12 Change-Id: I6780583bc2cfcc7ca846ea68d44c2e14d9a85f27 Reviewed-by: Paul Lemire --- src/render/texture/qabstracttexture.cpp | 4 ++-- 1 file 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 { -- cgit v1.2.3