aboutsummaryrefslogtreecommitdiff
path: root/cashflow.h
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@pobox.com>2026-01-25 11:05:24 -0500
committerCalvin Morrison <calvin@pobox.com>2026-01-25 11:05:24 -0500
commitccecd9eb65d88d74a5e6bad6b38324d8414b35a1 (patch)
tree4a7fb93aa01c8ca9850c083405ccaec15f4a8d56 /cashflow.h
parentfb51ae563d69944d8399d8b4705f2714d15a74c1 (diff)
add jump to today
Diffstat (limited to 'cashflow.h')
-rw-r--r--cashflow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cashflow.h b/cashflow.h
index 92be93d..c5b92c6 100644
--- a/cashflow.h
+++ b/cashflow.h
@@ -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