Close bracket in documentation.

Change-Id: Iabc7c6a9f5554450e766dc63f518595871a3abb7
Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
Stephen Kelly 2012-01-02 15:14:48 +01:00 committed by Qt by Nokia
parent d4514b63c7
commit 39f3ee8a5d

View File

@ -506,7 +506,7 @@ void QReadWriteLock::unlock()
\ingroup thread
The purpose of QWriteLocker (and QReadLocker is to simplify
The purpose of QWriteLocker (and QReadLocker) is to simplify
QReadWriteLock locking and unlocking. Locking and unlocking
statements or in exception handling code is error-prone and
difficult to debug. QWriteLocker can be used in such situations