From 95e6f37d3942d4ab681e2f2484f17bbf8489c332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 3 Dec 2017 18:36:28 +0100 Subject: NOISSUE force saving of any outstanding instance component state on exit --- api/logic/NullInstance.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'api/logic/NullInstance.h') diff --git a/api/logic/NullInstance.h b/api/logic/NullInstance.h index 27a8a251..64965277 100644 --- a/api/logic/NullInstance.h +++ b/api/logic/NullInstance.h @@ -12,7 +12,10 @@ public: virtual ~NullInstance() {}; virtual void init() override { - }; + } + virtual void saveNow() override + { + } virtual QString getStatusbarDescription() override { return tr("Unknown instance type"); -- cgit v1.2.3