summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/transactiondisplay.h
Unidiff
Diffstat (limited to 'noncore/apps/qashmoney/transactiondisplay.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/transactiondisplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/qashmoney/transactiondisplay.h b/noncore/apps/qashmoney/transactiondisplay.h
index 1746f6c..594776a 100755
--- a/noncore/apps/qashmoney/transactiondisplay.h
+++ b/noncore/apps/qashmoney/transactiondisplay.h
@@ -41,24 +41,25 @@ class TransactionDisplay : public QWidget
41 void editTransaction (); 41 void editTransaction ();
42 void editTransfer (); 42 void editTransfer ();
43 void deleteTransaction (); 43 void deleteTransaction ();
44 void toggleTransaction (); 44 void toggleTransaction ();
45 void checkListViewDelete (); 45 void checkListViewDelete ();
46 void checkListViewEdit (); 46 void checkListViewEdit ();
47 void checkListViewToggle (); 47 void checkListViewToggle ();
48 void saveColumnSize ( int column, int oldsize, int newsize ); 48 void saveColumnSize ( int column, int oldsize, int newsize );
49 void limitDisplay ( const QString & ); 49 void limitDisplay ( const QString & );
50 void showCalculator (); 50 void showCalculator ();
51 void showCalendar (); 51 void showCalendar ();
52 void setTransactionDisplayDate (); 52 void setTransactionDisplayDate ();
53 void saveSortingPreference ( int column );
53 54
54 private: 55 private:
55 int accountid, fromaccount, fromparent, toaccount, toparent, day, month, year, transferid; 56 int accountid, fromaccount, fromparent, toaccount, toparent, day, month, year, transferid;
56 QDate displaydate; 57 QDate displaydate;
57 bool children; 58 bool children;
58 QBoxLayout *layout; 59 QBoxLayout *layout;
59 QHBox *firstline; 60 QHBox *firstline;
60 QHBox *secondline; 61 QHBox *secondline;
61 void redisplayAccountBalance (); 62 void redisplayAccountBalance ();
62 void updateAndDisplay ( int accountid ); 63 void updateAndDisplay ( int accountid );
63 }; 64 };
64 65