aboutsummaryrefslogtreecommitdiff
path: root/cashflow.h
diff options
context:
space:
mode:
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