| 189 | } |
| 190 | |
| 191 | void MacroActionRunEdit::UpdateEntryData() |
| 192 | { |
| 193 | if (!_entryData) { |
| 194 | return; |
| 195 | } |
| 196 | _procConfig->SetProcessConfig(_entryData->_procConfig); |
| 197 | _wait->setChecked(_entryData->IsWaitEnabled()); |
| 198 | _timeout->SetDuration(_entryData->_timeout); |
| 199 | } |
| 200 | |
| 201 | void MacroActionRunEdit::ProcessConfigAdvancedSettingsShown() |
| 202 | { |
nothing calls this directly
no test coverage detected