| 191 | } |
| 192 | |
| 193 | void MacroActionSourceInteractionEdit::SourceChanged( |
| 194 | const SourceSelection &source) |
| 195 | { |
| 196 | GUARD_LOADING_AND_LOCK(); |
| 197 | _entryData->_source = source; |
| 198 | emit HeaderInfoChanged( |
| 199 | QString::fromStdString(_entryData->GetShortDesc())); |
| 200 | } |
| 201 | |
| 202 | void MacroActionSourceInteractionEdit::OnStepsChanged( |
| 203 | const std::vector<SourceInteractionStep> &steps) |
nothing calls this directly
no test coverage detected