diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp index 702cf671cd9..4926eae2e98 100644 --- a/src/corelib/thread/qmutex.cpp +++ b/src/corelib/thread/qmutex.cpp @@ -415,7 +415,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.