Foundations laid for project settings and Insight porject settings
This commit is contained in:
9
src/ProjectSettings.cpp
Normal file
9
src/ProjectSettings.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "ProjectSettings.hpp"
|
||||
|
||||
#include "src/Logger/Logger.hpp"
|
||||
|
||||
using namespace Bloom;
|
||||
|
||||
ProjectSettings::ProjectSettings(const QJsonObject& jsonObject) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user