Improved containment of target package widget functionality - it's now less tightly coupled.
This commit is contained in:
@@ -24,8 +24,7 @@ namespace Bloom
|
||||
public:
|
||||
InsightWorkerTaskState state;
|
||||
|
||||
InsightWorkerTask() = default;
|
||||
InsightWorkerTask(QObject* parent): QObject(parent) {};
|
||||
InsightWorkerTask(): QObject(nullptr) {};
|
||||
|
||||
void execute(TargetControllerConsole& targetControllerConsole);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user