From fd34ca5a0f4492c4b280df8aa3d9d82154b5d9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 17 Nov 2016 01:21:49 +0100 Subject: NOISSUE always run the ExtractNatives task during launch The task now checks the conditions, giving the update process time to supply all the metadata. --- api/logic/NullInstance.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'api/logic/NullInstance.h') diff --git a/api/logic/NullInstance.h b/api/logic/NullInstance.h index 5323d135..b530acd3 100644 --- a/api/logic/NullInstance.h +++ b/api/logic/NullInstance.h @@ -14,9 +14,6 @@ public: { return false; } - virtual void cleanupAfterRun() override - { - } virtual QString currentVersionId() const override { return "Null"; -- cgit v1.2.3