| 356 | } |
| 357 | |
| 358 | void MacroConditionSourceEdit::SourceChanged(const SourceSelection &source) |
| 359 | { |
| 360 | { |
| 361 | GUARD_LOADING_AND_LOCK(); |
| 362 | _entryData->_source = source; |
| 363 | } |
| 364 | _settingSelection->SetSource(_entryData->_source.GetSource()); |
| 365 | SetWidgetVisibility(); |
| 366 | emit HeaderInfoChanged( |
| 367 | QString::fromStdString(_entryData->GetShortDesc())); |
| 368 | } |
| 369 | |
| 370 | void MacroConditionSourceEdit::ConditionChanged(int index) |
| 371 | { |
nothing calls this directly
no test coverage detected