| 483 | } |
| 484 | |
| 485 | void MacroActionWaitEdit::Duration2Changed(const Duration &dur) |
| 486 | { |
| 487 | GUARD_LOADING_AND_LOCK(); |
| 488 | _entryData->_duration2 = dur; |
| 489 | emit HeaderInfoChanged( |
| 490 | QString::fromStdString(_entryData->GetShortDesc())); |
| 491 | } |
| 492 | |
| 493 | void MacroActionWaitEdit::VariableChanged(const QString &text) |
| 494 | { |
nothing calls this directly
no test coverage detected