| 350 | } |
| 351 | |
| 352 | void MacroConditionWindowEdit::WindowChanged(const QString &text) |
| 353 | { |
| 354 | GUARD_LOADING_AND_LOCK(); |
| 355 | _entryData->_window = text.toStdString(); |
| 356 | emit HeaderInfoChanged( |
| 357 | QString::fromStdString(_entryData->GetShortDesc())); |
| 358 | } |
| 359 | |
| 360 | void MacroConditionWindowEdit::WindowRegexChanged(const RegexConfig &conf) |
| 361 | { |
nothing calls this directly
no test coverage detected