QAbstractTexture: Fix \since for handle, handleType

The properties added in  5149ff8c64 are new in 5.13, not 5.12

Change-Id: I6780583bc2cfcc7ca846ea68d44c2e14d9a85f27
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
This commit is contained in:
Kai Koehne 2019-03-06 12:18:15 +01:00
parent 45f1af9b19
commit fa63d206ce
1 changed files with 2 additions and 2 deletions

View File

@ -931,7 +931,7 @@ QTextureGeneratorPtr QAbstractTexture::dataGenerator() const
/*! /*!
* \return the current texture handle type. * \return the current texture handle type.
* \since 5.12 * \since 5.13
*/ */
QAbstractTexture::HandleType QAbstractTexture::handleType() const 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, * \return the current texture handle, if Qt 3D is using the OpenGL renderer,
* handle is a texture id integer. * handle is a texture id integer.
* *
* \since 5.12 * \since 5.13
*/ */
QVariant QAbstractTexture::handle() const QVariant QAbstractTexture::handle() const
{ {