File tree 2 files changed +2
-2
lines changed
python/core/auto_generated
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ QgsReadWriteLocker can be used in such situations to ensure that the state of th
22
22
QgsReadWriteLocker should be created within a function where a QReadWriteLock needs to be locked.
23
23
The lock may be locked when QgsReadWriteLocker is created or when changeMode is called.
24
24
You can unlock and relock the lock with unlock() and changeMode().
25
- If locked, the mutex will be unlocked when the QgsReadWriteLocker is destroyed.
25
+ If locked, the lock will be unlocked when the QgsReadWriteLocker is destroyed.
26
26
27
27
.. versionadded:: 3.4
28
28
%End
Original file line number Diff line number Diff line change 33
33
* QgsReadWriteLocker should be created within a function where a QReadWriteLock needs to be locked.
34
34
* The lock may be locked when QgsReadWriteLocker is created or when changeMode is called.
35
35
* You can unlock and relock the lock with unlock() and changeMode().
36
- * If locked, the mutex will be unlocked when the QgsReadWriteLocker is destroyed.
36
+ * If locked, the lock will be unlocked when the QgsReadWriteLocker is destroyed.
37
37
*
38
38
* \since QGIS 3.4
39
39
*/
You can’t perform that action at this time.
0 commit comments