2020-10-09 Fred Gleason <fredg@paravelsystems.com>

* Added an index to the 'GPIO_EVENTS.EVENT_DATETIME' field.
	* Incremented the database version to 342.
	* Implemented the '--verbose' switch for rdmaint(8).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-10-09 15:43:45 -04:00
parent 910be74180
commit 410de24139
8 changed files with 83 additions and 7 deletions

View File

@@ -45,6 +45,7 @@ class MainObject : public QObject
void PurgeWebapiAuths();
void PurgeStacks();
void RehashCuts();
void PrintMessage(const QString &msg) const;
bool maint_verbose;
bool maint_system;
};