aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/TransactionsModel.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-04-28 15:18:51 -0700
committerrtk0c <[email protected]>2021-04-28 15:18:51 -0700
commit00fd95526677d670d002ca81069636f0f74b91f7 (patch)
treea783f05be218a58c2b78175425f7576664c3f1a9 /core/src/Model/TransactionsModel.hpp
parentb7d5b514e7bffd3149a99bc7f1424f8251876d85 (diff)
Code cleanup, fix database view paging and selection
Diffstat (limited to 'core/src/Model/TransactionsModel.hpp')
-rw-r--r--core/src/Model/TransactionsModel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/Model/TransactionsModel.hpp b/core/src/Model/TransactionsModel.hpp
index beed663..117c27a 100644
--- a/core/src/Model/TransactionsModel.hpp
+++ b/core/src/Model/TransactionsModel.hpp
@@ -8,6 +8,7 @@
class SalesTable {
public:
+ SQLite::Statement GetRowCountStatement;
SQLite::Statement GetRowsStatement;
SQLite::Statement FilterRowsStatement;