diff options
author | rtk0c <[email protected]> | 2021-04-08 08:49:10 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-04-08 08:49:10 -0700 |
commit | ce8660cc5bfc12e6e3f75d4cce22492783ca9066 (patch) | |
tree | f5c1088def48e60570a1225d6440f304b37b5b5c /core/src/Model/fwd.hpp | |
parent | 2f4b9db39239ed5150094a81743beea42a3eedc2 (diff) |
Initial work on table visualizer
Diffstat (limited to 'core/src/Model/fwd.hpp')
-rw-r--r-- | core/src/Model/fwd.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/Model/fwd.hpp b/core/src/Model/fwd.hpp index 2d8d2ec..e153923 100644 --- a/core/src/Model/fwd.hpp +++ b/core/src/Model/fwd.hpp @@ -1,5 +1,8 @@ #pragma once +// Filter.hpp +class TableRowsFilter; + // GlobalStates.hpp class GlobalStates; @@ -16,4 +19,7 @@ class CustomerItem; class Project; // TransactionDatabase.hpp +class SalesTable; +class PurchasesTable; +class DeliveryTable; class TransactionDatabase; |