From 4d7d6d70e5e6bd1b6f38c4cf597305d5f3f6af31 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Tue, 10 May 2011 19:52:50 +0200 Subject: Doc: Applied pending fixes to API documentation. --- src/corelib/thread/qmutexpool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/corelib/thread/qmutexpool.cpp') diff --git a/src/corelib/thread/qmutexpool.cpp b/src/corelib/thread/qmutexpool.cpp index 144fa35137..f88b3a734f 100644 --- a/src/corelib/thread/qmutexpool.cpp +++ b/src/corelib/thread/qmutexpool.cpp @@ -123,7 +123,8 @@ QMutexPool *QMutexPool::instance() return globalMutexPool(); } -/*! \fn QMutexPool::get(void *address) +/*! + \fn QMutexPool::get(const void *address) Returns a QMutex from the pool. QMutexPool uses the value \a address to determine which mutex is returned from the pool. */ -- cgit v1.2.3