| 177 | } |
| 178 | |
| 179 | void MacroActionQueueEdit::QueueChanged(const QString &text) |
| 180 | { |
| 181 | GUARD_LOADING_AND_LOCK(); |
| 182 | _entryData->_queue = GetWeakActionQueueByQString(text); |
| 183 | emit HeaderInfoChanged( |
| 184 | QString::fromStdString(_entryData->GetShortDesc())); |
| 185 | } |
| 186 | |
| 187 | void MacroActionQueueEdit::ActionChanged(int value) |
| 188 | { |
nothing calls this directly
no test coverage detected