Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 7, 2018
1 parent ea15e44 commit 84cdff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsreadwritelocker.sip.in
Expand Up @@ -22,7 +22,7 @@ QgsReadWriteLocker can be used in such situations to ensure that the state of th
QgsReadWriteLocker should be created within a function where a QReadWriteLock needs to be locked.
The lock may be locked when QgsReadWriteLocker is created or when changeMode is called.
You can unlock and relock the lock with unlock() and changeMode().
If locked, the mutex will be unlocked when the QgsReadWriteLocker is destroyed.
If locked, the lock will be unlocked when the QgsReadWriteLocker is destroyed.

.. versionadded:: 3.4
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsreadwritelocker.h
Expand Up @@ -33,7 +33,7 @@
* QgsReadWriteLocker should be created within a function where a QReadWriteLock needs to be locked.
* The lock may be locked when QgsReadWriteLocker is created or when changeMode is called.
* You can unlock and relock the lock with unlock() and changeMode().
* If locked, the mutex will be unlocked when the QgsReadWriteLocker is destroyed.
* If locked, the lock will be unlocked when the QgsReadWriteLocker is destroyed.
*
* \since QGIS 3.4
*/
Expand Down

0 comments on commit 84cdff1

Please sign in to comment.