From 3df521dd98d32017b124ec1985389632056d3b5e Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 25 Mar 2014 09:26:56 +0100 Subject: Mark QPoint, QPointF, QRect, QRectF as reentrant. Task-number: QTBUG-37667 Change-Id: I978a53e075efcfba8898c8e96bce8f19350dd6c4 Reviewed-by: Jerome Pasion Reviewed-by: Thiago Macieira --- src/corelib/tools/qrect.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/tools/qrect.cpp') 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. -- cgit v1.2.3