Commit 93bcce48 authored by Albert Astals Cid's avatar Albert Astals Cid Committed by Albert Astals Cid
Browse files

Add since 5.4 markers


Change-Id: Ic0e594cb53016e6f68fbfb6e6064707344afefef
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@theqtcompany.com>
Reviewed-by: default avatarGunnar Sletta <gunnar@sletta.org>
parent 9d7204ea
No related merge requests found
Showing with 4 additions and 0 deletions
...@@ -260,6 +260,8 @@ QSGSimpleTextureNode::TextureCoordinatesTransformMode QSGSimpleTextureNode::text ...@@ -260,6 +260,8 @@ QSGSimpleTextureNode::TextureCoordinatesTransformMode QSGSimpleTextureNode::text
By default, the node does not take ownership of the texture. By default, the node does not take ownership of the texture.
\sa setTexture() \sa setTexture()
\since 5.4
*/ */
void QSGSimpleTextureNode::setOwnsTexture(bool owns) void QSGSimpleTextureNode::setOwnsTexture(bool owns)
{ {
...@@ -269,6 +271,8 @@ void QSGSimpleTextureNode::setOwnsTexture(bool owns) ...@@ -269,6 +271,8 @@ void QSGSimpleTextureNode::setOwnsTexture(bool owns)
/*! /*!
Returns \c true if the node takes ownership of the texture; otherwise returns \c false. Returns \c true if the node takes ownership of the texture; otherwise returns \c false.
\since 5.4
*/ */
bool QSGSimpleTextureNode::ownsTexture() const bool QSGSimpleTextureNode::ownsTexture() const
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment