| 227 | } |
| 228 | |
| 229 | void MacroConditionProcessEdit::showEvent(QShowEvent *) |
| 230 | { |
| 231 | const QSignalBlocker b(_processSelection); |
| 232 | const auto text = _processSelection->currentText(); |
| 233 | _processSelection->clear(); |
| 234 | PopulateProcessSelection(_processSelection); |
| 235 | _processSelection->setCurrentText(text); |
| 236 | } |
| 237 | |
| 238 | void MacroConditionProcessEdit::RegexChanged(const RegexConfig &conf) |
| 239 | { |
nothing calls this directly
no test coverage detected