Loading...
Searching...
No Matches
ProjectSettingsView.hpp
1#pragma once
2#include <score/plugins/settingsdelegate/SettingsDelegateView.hpp>
3namespace score
4{
5class ProjectSettingsModel;
6using ProjectSettingsView = SettingsDelegateView<ProjectSettingsModel>;
7// using ProjectSettingsView = SettingsDelegateView<ProjectSettingsModel>;
8}
Base toolkit upon which the software is built.
Definition Application.cpp:90