| 222 | } |
| 223 | |
| 224 | void MacroActionTimerEdit::MacroChanged(const QString &text) |
| 225 | { |
| 226 | GUARD_LOADING_AND_LOCK(); |
| 227 | _entryData->_macro = text; |
| 228 | emit HeaderInfoChanged( |
| 229 | QString::fromStdString(_entryData->GetShortDesc())); |
| 230 | } |
| 231 | |
| 232 | } // namespace advss |
nothing calls this directly
no test coverage detected