mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix docs
This commit is contained in:
parent
ea15e44bd5
commit
84cdff12bb
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user