| 292 | } |
| 293 | |
| 294 | void MacroConditionFileEdit::PathChanged(const QString &text) |
| 295 | { |
| 296 | GUARD_LOADING_AND_LOCK(); |
| 297 | _entryData->_file = text.toUtf8().constData(); |
| 298 | emit HeaderInfoChanged( |
| 299 | QString::fromStdString(_entryData->GetShortDesc())); |
| 300 | } |
| 301 | |
| 302 | void MacroConditionFileEdit::MatchTextChanged() |
| 303 | { |
nothing calls this directly
no test coverage detected