| 267 | } |
| 268 | |
| 269 | void MacroConditionHttpEdit::ServerChanged(const QString &name) |
| 270 | { |
| 271 | GUARD_LOADING_AND_LOCK(); |
| 272 | _entryData->SetServer(name.toStdString()); |
| 273 | emit HeaderInfoChanged( |
| 274 | QString::fromStdString(_entryData->GetShortDesc())); |
| 275 | } |
| 276 | |
| 277 | void MacroConditionHttpEdit::PathChanged() |
| 278 | { |
nothing calls this directly
no test coverage detected