| 163 | } |
| 164 | |
| 165 | void MacroActionStudioModeEdit::SceneChanged(const SceneSelection &s) |
| 166 | { |
| 167 | GUARD_LOADING_AND_LOCK(); |
| 168 | _entryData->_scene = s; |
| 169 | emit HeaderInfoChanged( |
| 170 | QString::fromStdString(_entryData->GetShortDesc())); |
| 171 | } |
| 172 | |
| 173 | void MacroActionStudioModeEdit::SetWidgetVisibility() |
| 174 | { |
nothing calls this directly
no test coverage detected