| 294 | } |
| 295 | |
| 296 | void MacroConditionSlideshowEdit::SourceChanged(const SourceSelection &source) |
| 297 | { |
| 298 | GUARD_LOADING_AND_LOCK(); |
| 299 | _entryData->SetSource(source); |
| 300 | emit HeaderInfoChanged( |
| 301 | QString::fromStdString(_entryData->GetShortDesc())); |
| 302 | } |
| 303 | |
| 304 | void MacroConditionSlideshowEdit::IndexChanged(const NumberVariable<int> &value) |
| 305 | { |
nothing calls this directly
no test coverage detected