diff src/main.h @ 190:76afbf6508c8

Add check for last successful database backup, and show a warning dialog at startup if more than 7 days have passed since. Only if backups are enabled etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Nov 2017 15:46:51 +0200
parents 636a24c76232
children 98eec4f3838b
line wrap: on
line diff
--- a/src/main.h	Tue Nov 07 15:46:28 2017 +0200
+++ b/src/main.h	Wed Nov 08 15:46:51 2017 +0200
@@ -164,6 +164,7 @@
     void updatePersonList();
     void updateMiscValues();
     void backupDatabase();
+    void backupSuccess();
 
     bool printDocumentPage(const bool getPageInfo, const int page, QPainter *pt, QPrinter *printer);