| 491 | } |
| 492 | |
| 493 | void MacroActionWaitEdit::VariableChanged(const QString &text) |
| 494 | { |
| 495 | GUARD_LOADING_AND_LOCK(); |
| 496 | _entryData->_variable = GetWeakVariableByQString(text); |
| 497 | emit HeaderInfoChanged( |
| 498 | QString::fromStdString(_entryData->GetShortDesc())); |
| 499 | } |
| 500 | |
| 501 | void MacroActionWaitEdit::ConditionChanged(int idx) |
| 502 | { |
nothing calls this directly
no test coverage detected