diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp index ba779280bbe..ba97ef8a428 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.