summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qrect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qrect.cpp')
-rw-r--r--src/corelib/tools/qrect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp
index 33753efbda..382793f175 100644
--- a/src/corelib/tools/qrect.cpp
+++ b/src/corelib/tools/qrect.cpp
@@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
\class QRect
\inmodule QtCore
\ingroup painting
+ \reentrant
\brief The QRect class defines a rectangle in the plane using
integer precision.
@@ -1296,6 +1297,7 @@ QDebug operator<<(QDebug dbg, const QRect &r) {
\class QRectF
\inmodule QtCore
\ingroup painting
+ \reentrant
\brief The QRectF class defines a rectangle in the plane using floating
point precision.