summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-10 19:52:50 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-05-11 17:36:25 +0200
commit4f6ccce6ad8b6df523fd354aac2bcd32a7a65bc4 (patch)
tree77d484b03e5f64f897f53aac1e7ab4c24ddd9fbd /src/corelib/thread
parent520e8e3cfe19fb9a49b2cf80dd2376aa2b80f1e5 (diff)
Doc: Applied pending fixes to API documentation.
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/qmutexpool.cpp3
1 files changed, 2 insertions, 1 deletions
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.
*/