| 124 | } |
| 125 | |
| 126 | void MacroConditionStudioModeEdit::SceneChanged(const SceneSelection &s) |
| 127 | { |
| 128 | GUARD_LOADING_AND_LOCK(); |
| 129 | _entryData->_scene = s; |
| 130 | emit HeaderInfoChanged( |
| 131 | QString::fromStdString(_entryData->GetShortDesc())); |
| 132 | } |
| 133 | |
| 134 | void MacroConditionStudioModeEdit::UpdateEntryData() |
| 135 | { |
nothing calls this directly
no test coverage detected