NOISSUE allow killing the instance from main window
This commit is contained in:
parent
ce70407363
commit
66ffab71ae
9 changed files with 131 additions and 25 deletions
|
@ -80,7 +80,9 @@ public: /* methods */
|
|||
/**
|
||||
* @brief abort launch
|
||||
*/
|
||||
virtual bool abort() override;
|
||||
bool abort() override;
|
||||
|
||||
bool canAbort() const override;
|
||||
|
||||
shared_qobject_ptr<LogModel> getLogModel();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue