summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-10-01 08:18:54 +0200
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-10-04 14:47:59 +0200
commit9a9bdebb92eda34939c8a7442f06d24ded82b799 (patch)
tree65a0dce67f65f190555c1558f67b2a687747d942 /src/corelib/tools
parentde182ea0be4dd5f9ca6552e4b81e80ab43b26be3 (diff)
docs: Mark QPair and QLatin1Char as reentrant
Change-Id: I7d37eb13809a6fa4d1c2c74fd8aea35bdf235996 Fixes: QTBUG-78552 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qpair.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qpair.qdoc b/src/corelib/tools/qpair.qdoc
index 59e6931995..65576ef2e6 100644
--- a/src/corelib/tools/qpair.qdoc
+++ b/src/corelib/tools/qpair.qdoc
@@ -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