blob: 933706a32aa222c59cd2bde112370d3cbfed0851 (
plain)
1
2
3
4
5
6
7
|
#include "StyleRuleSetEditor.h"
namespace cru::theme_builder {
StyleRuleSetEditor::StyleRuleSetEditor() {}
StyleRuleSetEditor::~StyleRuleSetEditor() {}
} // namespace cru::theme_builder
|