Skip to content

Commit

Permalink
Doxymentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 6, 2018
1 parent a061a63 commit 09cb22f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/auto_generated/qgsreadwritelocker.sip.in
Expand Up @@ -31,6 +31,7 @@ If locked, the mutex will be unlocked when the QgsReadWriteLocker is destroyed.
#include "qgsreadwritelocker.h"
%End
public:

enum Mode
{
Read,
Expand Down
4 changes: 4 additions & 0 deletions src/core/qgsreadwritelocker.h
Expand Up @@ -40,6 +40,10 @@
class CORE_EXPORT QgsReadWriteLocker
{
public:

/**
* A QReadWriteLock can be in 3 different modes, read, write or unlocked.
*/
enum Mode
{
Read, //!< Lock for read
Expand Down

0 comments on commit 09cb22f

Please sign in to comment.