NOISSUE mark used accounts/sessions in selection menus
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user