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/InstanceList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/logic/InstanceList.h') diff --git a/api/logic/InstanceList.h b/api/logic/InstanceList.h index ea4717ff..89be10de 100644 --- a/api/logic/InstanceList.h +++ b/api/logic/InstanceList.h @@ -73,6 +73,7 @@ public: } InstListError loadList(bool complete = false); + void saveNow(); /// Add an instance provider. Takes ownership of it. Should only be done before the first load. void addInstanceProvider(BaseInstanceProvider * provider); -- cgit v1.2.3