mirror of https://github.com/qt/qt3d.git
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:
parent
45f1af9b19
commit
fa63d206ce
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue