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