diff options
| author | Calvin Morrison <calvin@pobox.com> | 2026-01-25 11:05:24 -0500 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2026-01-25 11:05:24 -0500 |
| commit | ccecd9eb65d88d74a5e6bad6b38324d8414b35a1 (patch) | |
| tree | 4a7fb93aa01c8ca9850c083405ccaec15f4a8d56 /cashflow.h | |
| parent | fb51ae563d69944d8399d8b4705f2714d15a74c1 (diff) | |
add jump to today
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 |
