aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2014-11-25 22:56:30 +0100
committerAlbert Astals Cid <albert.astals@canonical.com>2014-11-28 13:03:48 +0100
commit93bcce48b288f3543697684346b8d35944b862c1 (patch)
treeade9f1f77a9fbeb5b69c544b4a5ae44e0474868a /src/quick/scenegraph/util
parent9d7204eadd1d68823dcae790fe3f77aa2fbd4b0e (diff)
Add since 5.4 markers
Change-Id: Ic0e594cb53016e6f68fbfb6e6064707344afefef Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src/quick/scenegraph/util')
-rw-r--r--src/quick/scenegraph/util/qsgsimpletexturenode.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/quick/scenegraph/util/qsgsimpletexturenode.cpp b/src/quick/scenegraph/util/qsgsimpletexturenode.cpp
index 1e7133cf26..1fbeba83bc 100644
--- a/src/quick/scenegraph/util/qsgsimpletexturenode.cpp
+++ b/src/quick/scenegraph/util/qsgsimpletexturenode.cpp
@@ -260,6 +260,8 @@ QSGSimpleTextureNode::TextureCoordinatesTransformMode QSGSimpleTextureNode::text
By default, the node does not take ownership of the texture.
\sa setTexture()
+
+ \since 5.4
*/
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.
+
+ \since 5.4
*/
bool QSGSimpleTextureNode::ownsTexture() const
{