Skip to content

Commit 09cb22f

Browse files
committedSep 6, 2018
Doxymentation
1 parent a061a63 commit 09cb22f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎python/core/auto_generated/qgsreadwritelocker.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ If locked, the mutex will be unlocked when the QgsReadWriteLocker is destroyed.
3131
#include "qgsreadwritelocker.h"
3232
%End
3333
public:
34+
3435
enum Mode
3536
{
3637
Read,

‎src/core/qgsreadwritelocker.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
class CORE_EXPORT QgsReadWriteLocker
4141
{
4242
public:
43+
44+
/**
45+
* A QReadWriteLock can be in 3 different modes, read, write or unlocked.
46+
*/
4347
enum Mode
4448
{
4549
Read, //!< Lock for read

0 commit comments

Comments
 (0)
Please sign in to comment.