| 219 | } |
| 220 | |
| 221 | void MacroActionWindowEdit::WindowChanged(const QString &text) |
| 222 | { |
| 223 | GUARD_LOADING_AND_LOCK(); |
| 224 | _entryData->_window = text.toStdString(); |
| 225 | emit HeaderInfoChanged( |
| 226 | QString::fromStdString(_entryData->GetShortDesc())); |
| 227 | } |
| 228 | |
| 229 | void MacroActionWindowEdit::RegexChanged(const RegexConfig ®ex) |
| 230 | { |
nothing calls this directly
no test coverage detected