NOISSUE mark used accounts/sessions in selection menus
This commit is contained in:
parent
3769897be1
commit
12f6534e77
13 changed files with 194 additions and 5 deletions
|
@ -42,6 +42,8 @@ signals:
|
|||
|
||||
public slots:
|
||||
virtual void proceed() {};
|
||||
// called in the opposite order than the Task launch(), used to clean up or otherwise undo things after the launch ends
|
||||
virtual void finalize() {};
|
||||
|
||||
protected: /* data */
|
||||
LaunchTask *m_parent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue