| 720 | } |
| 721 | |
| 722 | void MacroConditionMediaEdit::SourceChanged(const SourceSelection &source) |
| 723 | { |
| 724 | GUARD_LOADING_AND_LOCK(); |
| 725 | _entryData->_sourceGroup.clear(); |
| 726 | _entryData->SetSourceType(MacroConditionMedia::SourceType::SOURCE); |
| 727 | _entryData->SetSource(source); |
| 728 | _entryData->ResetSignalHandler(); |
| 729 | emit HeaderInfoChanged( |
| 730 | QString::fromStdString(_entryData->GetShortDesc())); |
| 731 | SetWidgetVisibility(); |
| 732 | } |
| 733 | |
| 734 | void MacroConditionMediaEdit::SceneChanged(const SceneSelection &s) |
| 735 | { |
nothing calls this directly
no test coverage detected