diff options
author | Topi Reinio <topi.reinio@theqtcompany.com> | 2016-06-23 13:48:45 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@theqtcompany.com> | 2016-06-24 07:36:47 +0000 |
commit | 199ac27505468f222105008fe2729cf559600e2b (patch) | |
tree | b4e613faaec5d1b1e7fb721becf9902667cd7d1e /src/quick/scenegraph/util/qsgimagenode.cpp | |
parent | 3da510a2610e2c361ddacd6d877869164d1e5e58 (diff) | |
download | qtdeclarative-199ac27505468f222105008fe2729cf559600e2b.tar.gz |
Doc: Fix documentation warnings for QSGImageNode
qsgimagenode.cpp:56: warning: Undocumented parameter 'rect' in
QSGImageNode::setRect()
qsgimagenode.cpp:76: warning: Undocumented parameter 'rect' in
QSGImageNode::setSourceRect()
Change-Id: I8ea167199e3a4ab014ac83513e43c4716747603c
Reviewed-by: Nico Vertriest <nico.vertriest@theqtcompany.com>
Diffstat (limited to 'src/quick/scenegraph/util/qsgimagenode.cpp')
-rw-r--r-- | src/quick/scenegraph/util/qsgimagenode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/scenegraph/util/qsgimagenode.cpp b/src/quick/scenegraph/util/qsgimagenode.cpp index 0387efc62b..fbc4314bd8 100644 --- a/src/quick/scenegraph/util/qsgimagenode.cpp +++ b/src/quick/scenegraph/util/qsgimagenode.cpp @@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE /*! \fn void QSGImageNode::setRect(const QRectF &rect) - Sets the target rect of this image node to \a r. + Sets the target rect of this image node to \a rect. */ /*! @@ -76,7 +76,7 @@ QT_BEGIN_NAMESPACE /*! \fn void QSGImageNode::setSourceRect(const QRectF &rect) - Sets the source rect of this image node to \a r. + Sets the source rect of this image node to \a rect. */ /*! |