summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-06-03 10:16:05 -0700
committerrtk0c <[email protected]>2021-06-03 10:16:05 -0700
commit236d5d5c85bb05013f86b8096b85a79d6a58641e (patch)
tree580df6c865991c26bf79f9f6746bb1d6826bbce7 /core/CMakeLists.txt
parent7a325e1b3be04bc54941431458903022da1643ac (diff)
Rename TransactionsModel to MainDatabase
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 040eaac..520210d 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -33,11 +33,11 @@ set(ENTRYPOINT_MODULE_SOURCES
)
add_source_group(MODEL_MODULE_SOURCES
+ src/Model/Database.cpp
src/Model/Filter.cpp
src/Model/GlobalStates.cpp
src/Model/Items.cpp
src/Model/Project.cpp
- src/Model/TransactionsModel.cpp
)
add_source_group(MODEL_TEMPLATE_SOURCES