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:
parent
de182ea0be
commit
9a9bdebb92
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user