aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgsimplerectnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/util/qsgsimplerectnode.cpp')
-rw-r--r--src/quick/scenegraph/util/qsgsimplerectnode.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/quick/scenegraph/util/qsgsimplerectnode.cpp b/src/quick/scenegraph/util/qsgsimplerectnode.cpp
index 09a3b42e98..d8a1ff914b 100644
--- a/src/quick/scenegraph/util/qsgsimplerectnode.cpp
+++ b/src/quick/scenegraph/util/qsgsimplerectnode.cpp
@@ -93,6 +93,13 @@ void QSGSimpleRectNode::setRect(const QRectF &rect)
}
+/*!
+ \fn void QSGSimpleRectNode::setRect(qreal x, qreal y, qreal w, qreal h)
+ \overload
+
+ Sets the rectangle of this rect node to begin at (\a x, \a y) and have
+ width \a w and height \a h.
+ */
/*!
Returns the rectangle that this rect node covers.