Skip to content

Commit e47aa6d

Browse files
committed
Add some docstring
Mainly to run travis again
1 parent 88fcbb0 commit e47aa6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/qgstaskmanager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ class CORE_EXPORT QgsTask : public QObject
290290
//! Status of this task and all subtasks
291291
TaskStatus mOverallStatus;
292292

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

295297
//! Progress of this (parent) task alone

0 commit comments

Comments
 (0)