Foundations laid for project settings and Insight porject settings

This commit is contained in:
Nav
2022-01-02 20:44:39 +00:00
parent 0faa97fc68
commit 2ecde9d11d
7 changed files with 103 additions and 2 deletions

9
src/ProjectSettings.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "ProjectSettings.hpp"
#include "src/Logger/Logger.hpp"
using namespace Bloom;
ProjectSettings::ProjectSettings(const QJsonObject& jsonObject) {
}