From 236d5d5c85bb05013f86b8096b85a79d6a58641e Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 3 Jun 2021 10:16:05 -0700 Subject: Rename TransactionsModel to MainDatabase --- core/src/Model/Project.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/src/Model/Project.hpp') diff --git a/core/src/Model/Project.hpp b/core/src/Model/Project.hpp index 1eca09d..c971445 100644 --- a/core/src/Model/Project.hpp +++ b/core/src/Model/Project.hpp @@ -1,8 +1,8 @@ #pragma once +#include "Model/Database.hpp" #include "Model/Items.hpp" #include "Model/Template/Template.hpp" -#include "Model/TransactionsModel.hpp" #include "Model/Workflow/Workflow.hpp" #include @@ -25,9 +25,9 @@ private: std::string mRootPathString; std::string mName; - // This is put after the private fields, so that when TransactionModel's constructor runs, all of them will be initialized + // This is put after the private fields, so that when XxxDatabase's constructor runs, all of them will be initialized public: - TransactionModel Database; + MainDatabase Database; public: /// Load the project from a directory containing the cplt_project.json file. -- cgit v1.2.3-70-g09d2