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