From b5f636b3d57a63f634c4efe5a4ccd9a91f53df04 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Thu, 28 Jun 2018 21:34:56 +0200 Subject: NOISSUE do not keep downloads in memory, add (some) missing virtual dtors --- api/logic/launch/steps/PreLaunchCommand.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/logic/launch/steps/PreLaunchCommand.h') diff --git a/api/logic/launch/steps/PreLaunchCommand.h b/api/logic/launch/steps/PreLaunchCommand.h index 880cc076..5c955923 100644 --- a/api/logic/launch/steps/PreLaunchCommand.h +++ b/api/logic/launch/steps/PreLaunchCommand.h @@ -23,6 +23,8 @@ class PreLaunchCommand: public LaunchStep Q_OBJECT public: explicit PreLaunchCommand(LaunchTask *parent); + virtual ~PreLaunchCommand() {}; + virtual void executeTask(); virtual bool abort(); virtual bool canAbort() const -- cgit