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/updater/DownloadTask.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/logic/updater') diff --git a/api/logic/updater/DownloadTask.h b/api/logic/updater/DownloadTask.h index 186826e2..8330d3e8 100644 --- a/api/logic/updater/DownloadTask.h +++ b/api/logic/updater/DownloadTask.h @@ -38,6 +38,7 @@ public: * target is a template - XXXXXX at the end will be replaced with a random generated string, ensuring uniqueness */ explicit DownloadTask(Status status, QString target, QObject* parent = 0); + virtual ~DownloadTask() {}; /// Get the directory that will contain the update files. QString updateFilesDir(); -- cgit