NOISSUE do not keep downloads in memory, add (some) missing virtual dtors
This commit is contained in:
@ -24,6 +24,8 @@ class LauncherPartLaunch: public LaunchStep
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit LauncherPartLaunch(LaunchTask *parent);
|
||||
virtual ~LauncherPartLaunch() {};
|
||||
|
||||
virtual void executeTask();
|
||||
virtual bool abort();
|
||||
virtual void proceed();
|
||||
|
Reference in New Issue
Block a user