summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-02-05 14:49:34 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2021-05-22 00:16:39 +0000
commit27ba40b049c494a8b5f2383b1dcb5edf795bc5bc (patch)
tree312b2d96cac46fbf1fb9d562faddd73099ade586 /src
parent49c5cde24e799d05aea5841ec7ba4bcd08546efc (diff)
Doc: Fix qdoc warnings in qtbase
Fixes: QTBUG-93496 Task-number: QTBUG-90662 Change-Id: I894ed70ca8514cfb0afc7e547c7fe3efadcaad50 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 9c6df426b73453d1e5e5dbad40ad38d67f0ba5d0)
Diffstat (limited to 'src')
-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 702cf671cd..4926eae2e9 100644
--- a/src/corelib/thread/qmutex.cpp
+++ b/src/corelib/thread/qmutex.cpp
@@ -415,7 +415,7 @@ void QRecursiveMutex::unlock() noexcept
/*!
- \class template <typename Mutex> QMutexLocker
+ \class QMutexLocker
\inmodule QtCore
\brief The QMutexLocker class is a convenience class that simplifies
locking and unlocking mutexes.