This commit is contained in:
Nav
2021-12-25 21:01:58 +00:00
parent 71842358ff
commit cacd81b1dc
42 changed files with 45 additions and 45 deletions

View File

@@ -20,7 +20,7 @@ namespace Bloom
Q_OBJECT
public:
InsightWorkerTaskState state;
InsightWorkerTaskState state = InsightWorkerTaskState::CREATED;
InsightWorkerTask(): QObject(nullptr) {};