docs: Mark QPair and QLatin1Char as reentrant

Change-Id: I7d37eb13809a6fa4d1c2c74fd8aea35bdf235996
Fixes: QTBUG-78552
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
Kavindra Palaraja 2019-10-01 08:18:54 +02:00
parent de182ea0be
commit 9a9bdebb92
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QLatin1Char
\inmodule QtCore
\reentrant
\brief The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
\ingroup string-processing

View File

@ -28,6 +28,7 @@
/*!
\class QPair
\inmodule QtCore
\reentrant
\brief The QPair class is a template class that stores a pair of items.
\ingroup tools