aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/TransactionsModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/Model/TransactionsModel.hpp')
-rw-r--r--core/src/Model/TransactionsModel.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/Model/TransactionsModel.hpp b/core/src/Model/TransactionsModel.hpp
index 117c27a..7a71fca 100644
--- a/core/src/Model/TransactionsModel.hpp
+++ b/core/src/Model/TransactionsModel.hpp
@@ -18,6 +18,10 @@ public:
class PurchasesTable {
public:
+ SQLite::Statement GetRowCountStatement;
+ SQLite::Statement GetRowsStatement;
+
+public:
PurchasesTable(TransactionModel& db);
};