diff src/main.h @ 145:9f3c0a99bcb1

Add display for total number of people on the database.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Aug 2017 01:21:27 +0300
parents 36c9cb759326
children fd960e586678
line wrap: on
line diff
--- a/src/main.h	Thu Aug 24 18:06:11 2017 +0300
+++ b/src/main.h	Fri Aug 25 01:21:27 2017 +0300
@@ -136,7 +136,7 @@
     int  addTransaction(qint64 id, double value, PersonInfo &info);
     int  addTransactionGUI(qint64 id, bool debt, double value);
     void updatePersonList();
-    void updateTotalBalance();
+    void updateMiscValues();
     void backupDatabase();
 
     bool printDocumentPage(SLPageInfo &pinfo, const bool getPageInfo, const int page, QPainter *pt, QPrinter *printer);