aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/components/conditions/CompoundConditionEditor.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-11 17:46:20 +0800
committercrupest <crupest@outlook.com>2022-02-11 17:46:20 +0800
commit2fd37d41bb804a06acc8e2d341d5ce5d8370184b (patch)
tree4a87909043189928c38ee325377ee600d5321b19 /src/theme_builder/components/conditions/CompoundConditionEditor.h
parent85746e9f053432bdcfb99b21997efa040eac1bc3 (diff)
downloadcru-2fd37d41bb804a06acc8e2d341d5ce5d8370184b.tar.gz
cru-2fd37d41bb804a06acc8e2d341d5ce5d8370184b.tar.bz2
cru-2fd37d41bb804a06acc8e2d341d5ce5d8370184b.zip
...
Diffstat (limited to 'src/theme_builder/components/conditions/CompoundConditionEditor.h')
-rw-r--r--src/theme_builder/components/conditions/CompoundConditionEditor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theme_builder/components/conditions/CompoundConditionEditor.h b/src/theme_builder/components/conditions/CompoundConditionEditor.h
new file mode 100644
index 00000000..00f73e09
--- /dev/null
+++ b/src/theme_builder/components/conditions/CompoundConditionEditor.h
@@ -0,0 +1,7 @@
+#pragma once
+#include "ConditionEditor.h"
+
+namespace cru::theme_builder::components::conditions {
+class CompoundConditionEditor : public ConditionEditor {};
+
+} // namespace cru::theme_builder::components::conditions