| 475 | } |
| 476 | |
| 477 | void MacroActionWaitEdit::DurationChanged(const Duration &dur) |
| 478 | { |
| 479 | GUARD_LOADING_AND_LOCK(); |
| 480 | _entryData->_duration = dur; |
| 481 | emit HeaderInfoChanged( |
| 482 | QString::fromStdString(_entryData->GetShortDesc())); |
| 483 | } |
| 484 | |
| 485 | void MacroActionWaitEdit::Duration2Changed(const Duration &dur) |
| 486 | { |
nothing calls this directly
no test coverage detected