Skip to content

Commit

Permalink
Q_ENUM TaskStatus for better test debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 14, 2020
1 parent 14b80de commit 4aaae4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgstaskmanager.h
Expand Up @@ -64,6 +64,7 @@ class CORE_EXPORT QgsTask : public QObject
Complete, //!< Task successfully completed
Terminated, //!< Task was terminated or errored
};
Q_ENUM( TaskStatus )

//! Task flags
enum Flag
Expand Down

0 comments on commit 4aaae4f

Please sign in to comment.