| 169 | } |
| 170 | |
| 171 | void MacroActionQueueEdit::MacroChanged(const QString &text) |
| 172 | { |
| 173 | GUARD_LOADING_AND_LOCK(); |
| 174 | _entryData->_macro = text; |
| 175 | emit HeaderInfoChanged( |
| 176 | QString::fromStdString(_entryData->GetShortDesc())); |
| 177 | } |
| 178 | |
| 179 | void MacroActionQueueEdit::QueueChanged(const QString &text) |
| 180 | { |
nothing calls this directly
no test coverage detected