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>
This commit is contained in:
parent
992ed38e4e
commit
3df521dd98
@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
\class QPoint
|
\class QPoint
|
||||||
\inmodule QtCore
|
\inmodule QtCore
|
||||||
\ingroup painting
|
\ingroup painting
|
||||||
|
\reentrant
|
||||||
|
|
||||||
\brief The QPoint class defines a point in the plane using integer
|
\brief The QPoint class defines a point in the plane using integer
|
||||||
precision.
|
precision.
|
||||||
@ -467,6 +468,7 @@ QDebug operator<<(QDebug d, const QPointF &p)
|
|||||||
\class QPointF
|
\class QPointF
|
||||||
\inmodule QtCore
|
\inmodule QtCore
|
||||||
\ingroup painting
|
\ingroup painting
|
||||||
|
\reentrant
|
||||||
|
|
||||||
\brief The QPointF class defines a point in the plane using
|
\brief The QPointF class defines a point in the plane using
|
||||||
floating point precision.
|
floating point precision.
|
||||||
|
@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
\class QRect
|
\class QRect
|
||||||
\inmodule QtCore
|
\inmodule QtCore
|
||||||
\ingroup painting
|
\ingroup painting
|
||||||
|
\reentrant
|
||||||
|
|
||||||
\brief The QRect class defines a rectangle in the plane using
|
\brief The QRect class defines a rectangle in the plane using
|
||||||
integer precision.
|
integer precision.
|
||||||
@ -1296,6 +1297,7 @@ QDebug operator<<(QDebug dbg, const QRect &r) {
|
|||||||
\class QRectF
|
\class QRectF
|
||||||
\inmodule QtCore
|
\inmodule QtCore
|
||||||
\ingroup painting
|
\ingroup painting
|
||||||
|
\reentrant
|
||||||
|
|
||||||
\brief The QRectF class defines a rectangle in the plane using floating
|
\brief The QRectF class defines a rectangle in the plane using floating
|
||||||
point precision.
|
point precision.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user