ExplorerFactory.hpp
1 #pragma once
2 #include <Explorer/Settings/ExplorerModel.hpp>
3 #include <Explorer/Settings/ExplorerPresenter.hpp>
4 #include <Explorer/Settings/ExplorerView.hpp>
5 
6 #include <score/plugins/ProjectSettings/ProjectSettingsFactory.hpp>
7 #include <score/plugins/settingsdelegate/SettingsDelegateFactory.hpp>
8 
9 namespace Explorer::Settings
10 {
11 SCORE_DECLARE_SETTINGS_FACTORY(
12  Factory, Model, Presenter, View, "3cf335f6-8f5d-401b-98a3-eedfd5e7d292")
13 }
14 
15 namespace Explorer::ProjectSettings
16 {
17 SCORE_DECLARE_PROJECTSETTINGS_FACTORY(
18  Factory, Model, Presenter, View, "1f923578-08c3-49be-9ba9-69c144ee2e32")
19 }