BugFix: give time to Save on exit and stop recordings on Quit

This commit is contained in:
Bruno Herbelin
2022-01-16 19:16:51 +01:00
parent e52785a8b4
commit e96444671e
7 changed files with 74 additions and 35 deletions

View File

@@ -151,6 +151,7 @@ public:
// lock and unlock access (e.g. while saving)
void lock ();
void unlock ();
bool locked ();
protected:
bool active_;