summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-03-25 09:26:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-27 17:51:21 +0100
commit3df521dd98d32017b124ec1985389632056d3b5e (patch)
tree076d3706532c48f612a4211a2ce63a17110434d3 /src
parent992ed38e4e0ffd9e0988f9454062c57a4930d3ab (diff)
Mark QPoint, QPointF, QRect, QRectF as reentrant.
Task-number: QTBUG-37667 Change-Id: I978a53e075efcfba8898c8e96bce8f19350dd6c4 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qpoint.cpp2
-rw-r--r--src/corelib/tools/qrect.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qpoint.cpp b/src/corelib/tools/qpoint.cpp
index 565b1223fe..1063cda52b 100644
--- a/src/corelib/tools/qpoint.cpp
+++ b/src/corelib/tools/qpoint.cpp
@@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
\class QPoint
\inmodule QtCore
\ingroup painting
+ \reentrant
\brief The QPoint class defines a point in the plane using integer
precision.
@@ -467,6 +468,7 @@ QDebug operator<<(QDebug d, const QPointF &p)
\class QPointF
\inmodule QtCore
\ingroup painting
+ \reentrant
\brief The QPointF class defines a point in the plane using
floating point precision.
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.