summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-12-14 09:05:01 +0100
committerLars Knoll <lars.knoll@qt.io>2021-01-26 10:04:11 +0100
commit92db806aa8e7c0c40b265e3cf584d4aa85fc3ba5 (patch)
tree6e358f8b89838175776e44b29e1247bd3a4865d6 /src/corelib/thread
parent37e26d2b3011acc86bbda1e1f46114d7c8441915 (diff)
Update QMutexLocker documentation
And add an entry about the API changes to qt6-changed.qdoc. Pick-to: 6.0 Task-number: QTBUG-89429 Change-Id: I146574acd3e4aa5ed6f1629fc68888f009472f19 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/qmutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp
index 4926eae2e9..702cf671cd 100644
--- a/src/corelib/thread/qmutex.cpp
+++ b/src/corelib/thread/qmutex.cpp
@@ -415,7 +415,7 @@ void QRecursiveMutex::unlock() noexcept
/*!
- \class QMutexLocker
+ \class template <typename Mutex> QMutexLocker
\inmodule QtCore
\brief The QMutexLocker class is a convenience class that simplifies
locking and unlocking mutexes.