| 124 | } |
| 125 | |
| 126 | void MacroConditionQueueEdit::QueueChanged(const QString &text) |
| 127 | { |
| 128 | GUARD_LOADING_AND_LOCK(); |
| 129 | _entryData->_queue = GetWeakActionQueueByQString(text); |
| 130 | emit HeaderInfoChanged( |
| 131 | QString::fromStdString(_entryData->GetShortDesc())); |
| 132 | } |
| 133 | |
| 134 | void MacroConditionQueueEdit::SizeChanged(const NumberVariable<int> &value) |
| 135 | { |
nothing calls this directly
no test coverage detected