aboutsummaryrefslogtreecommitdiff
path: root/cashflow.h
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@pobox.com>2026-01-25 14:55:18 -0500
committerCalvin Morrison <calvin@pobox.com>2026-01-25 14:55:18 -0500
commit9094e0ea4a49626188f79642bff22d57d6732899 (patch)
tree8a00f31baab857c904e4c4a8ae4d1312c0946ab3 /cashflow.h
parenta927d3bcae1f978362f90c74d64b40d276855410 (diff)
new features
- allow cashflowfile to passed via argv[1] - auto jump to today on open
Diffstat (limited to 'cashflow.h')
-rw-r--r--cashflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cashflow.h b/cashflow.h
index c5b92c6..cdf9a84 100644
--- a/cashflow.h
+++ b/cashflow.h
@@ -21,7 +21,7 @@ class CashFlow : public QMainWindow
Q_OBJECT
public:
- CashFlow(QWidget *parent = nullptr);
+ CashFlow(QWidget *parent = nullptr, const QString &filePath = QString());
~CashFlow();
protected: