NOISSUE do not keep downloads in memory, add (some) missing virtual dtors

This commit is contained in:
Petr Mrázek
2018-06-28 21:34:56 +02:00
parent 19bb50b872
commit b5f636b3d5
24 changed files with 36 additions and 84 deletions

View File

@ -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();