diff src/main.h @ 130:10c6bd84eb32

Add "total balance" information in the UI, which displays the total sum balance of all people.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Aug 2017 16:53:05 +0300
parents b51cee929416
children 783417da6da3
line wrap: on
line diff
--- a/src/main.h	Wed Aug 23 14:11:27 2017 +0300
+++ b/src/main.h	Wed Aug 23 16:53:05 2017 +0300
@@ -131,6 +131,7 @@
     int  addTransaction(qint64 id, double value, PersonInfo &info);
     int  addTransactionGUI(qint64 id, bool debt, double value);
     void updatePersonList();
+    void updateTotalBalance();
 
     bool printDocumentPage(SLPageInfo &pinfo, const bool getPageInfo, const int page, QPainter *pt, QPrinter *printer);