various improvements to import process and project management

This commit is contained in:
itsmattkc
2019-07-01 15:40:09 -07:00
parent 8f6cb7a2cb
commit 0966b62f29
14 changed files with 104 additions and 20 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ private:
/**
* @brief Set the status of this Task (also emits StatusChanged())
*/
void set_status(const Status& status);
void set_status(const Task::Status& status);
Status status_;