Skip to content

Commit

Permalink
Add some docstring
Browse files Browse the repository at this point in the history
Mainly to run travis again
  • Loading branch information
m-kuhn committed Sep 21, 2017
1 parent 88fcbb0 commit e47aa6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgstaskmanager.h
Expand Up @@ -290,6 +290,8 @@ class CORE_EXPORT QgsTask : public QObject
//! Status of this task and all subtasks
TaskStatus mOverallStatus;

//! This mutex remains locked from initialization until the task finishes,
//! it's used as a trigger for waitForFinished.
QMutex mNotFinishedMutex;

//! Progress of this (parent) task alone
Expand Down

0 comments on commit e47aa6d

Please sign in to comment.