blob: a5087159f691e98a04441b1f3879962690342640 (
plain)
1
2
3
4
5
6
7
|
#include "NoConditionEditor.h"
namespace cru::theme_builder::components::conditions {
NoConditionEditor::NoConditionEditor() { SetLabel(u"No condition"); }
NoConditionEditor::~NoConditionEditor() {}
} // namespace cru::theme_builder::components::conditions
|