diff options
Diffstat (limited to 'src/theme_builder/components/StyleRuleSetEditor.cpp')
-rw-r--r-- | src/theme_builder/components/StyleRuleSetEditor.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theme_builder/components/StyleRuleSetEditor.cpp b/src/theme_builder/components/StyleRuleSetEditor.cpp new file mode 100644 index 00000000..be6fd8d6 --- /dev/null +++ b/src/theme_builder/components/StyleRuleSetEditor.cpp @@ -0,0 +1,7 @@ +#include "StyleRuleSetEditor.hpp" + +namespace cru::theme_builder { +StyleRuleSetEditor::StyleRuleSetEditor() {} + +StyleRuleSetEditor::~StyleRuleSetEditor() {} +} // namespace cru::theme_builder |