Implemented purging of STACK_* tables

This commit is contained in:
Patrick Linstruth
2018-05-30 13:59:12 -07:00
parent adc747d35e
commit 0120221326
3 changed files with 58 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ class MainObject : public QObject
void PurgeDropboxes();
void PurgeGpioEvents();
void PurgeWebapiAuths();
void PurgeStacks();
void RehashCuts();
bool maint_verbose;
bool maint_system;