| 115 | } |
| 116 | |
| 117 | void MacroConditionStudioModeEdit::ConditionChanged(int cond) |
| 118 | { |
| 119 | GUARD_LOADING_AND_LOCK(); |
| 120 | _entryData->_condition = static_cast<StudioModeCondition>(cond); |
| 121 | SetWidgetVisibility(); |
| 122 | emit HeaderInfoChanged( |
| 123 | QString::fromStdString(_entryData->GetShortDesc())); |
| 124 | } |
| 125 | |
| 126 | void MacroConditionStudioModeEdit::SceneChanged(const SceneSelection &s) |
| 127 | { |
nothing calls this directly
no test coverage detected