diff options
author | crupest <crupest@outlook.com> | 2022-01-29 23:18:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-29 23:18:18 +0800 |
commit | a6dd823a94f0e6338545a4885e9d428e83a56593 (patch) | |
tree | f3f0359971e5419201e4883d2de0588bcd310063 /src/theme_builder/components/StyleRuleSetEditor.cpp | |
parent | 43fe5dfe001f25870788742333d141f406b07364 (diff) | |
download | cru-a6dd823a94f0e6338545a4885e9d428e83a56593.tar.gz cru-a6dd823a94f0e6338545a4885e9d428e83a56593.tar.bz2 cru-a6dd823a94f0e6338545a4885e9d428e83a56593.zip |
...
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 |