diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp index ba779280bb..ba97ef8a42 100644 --- a/src/corelib/thread/qmutex.cpp +++ b/src/corelib/thread/qmutex.cpp @@ -423,7 +423,7 @@ void QRecursiveMutex::unlock() noexcept /*! - \class template QMutexLocker + \class QMutexLocker \inmodule QtCore \brief The QMutexLocker class is a convenience class that simplifies locking and unlocking mutexes.