NOISSUE force saving of any outstanding instance component state on exit

This commit is contained in:
Petr Mrázek
2017-12-03 18:36:28 +01:00
parent e0bea1e46a
commit 95e6f37d39
10 changed files with 42 additions and 15 deletions

View File

@ -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);