Loading...
Searching...
No Matches
score-plugin-protocols/Protocols/Settings/Factory.hpp
1#pragma once
2#include <Protocols/Settings/Model.hpp>
3#include <Protocols/Settings/Presenter.hpp>
4#include <Protocols/Settings/View.hpp>
5
6#include <score/plugins/settingsdelegate/SettingsDelegateFactory.hpp>
7namespace Protocols::Settings
8{
9SCORE_DECLARE_SETTINGS_FACTORY(
10 Factory, Model, Presenter, View, "372d4801-8170-451f-9db1-346652290e5c")
11}