| 94 | } |
| 95 | |
| 96 | std::string MacroActionSudioMode::GetShortDesc() const |
| 97 | { |
| 98 | if (_action == Action::SET_SCENE) { |
| 99 | return _scene.ToString(); |
| 100 | } |
| 101 | return ""; |
| 102 | } |
| 103 | |
| 104 | std::shared_ptr<MacroAction> MacroActionSudioMode::Create(Macro *m) |
| 105 | { |
no test coverage detected