diff options
Diffstat (limited to 'cashflow.h')
| -rw-r--r-- | cashflow.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,7 @@ private slots: void onSearchTextChanged(); void onCollapseAll(); void onExpandAll(); + void onJumpToToday(); void onTransactionTableDoubleClicked(int row, int column); private: @@ -97,5 +98,6 @@ private: void populateRecurringRulesCombo(); void updateOccurrenceKey(); QString generateOccurrenceKey(const QDate &date, RecurrenceFrequency frequency) const; + void jumpToDateInTable(const QDate &date); }; #endif // CASHFLOW_H |
