MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ServerChanged

Method ServerChanged

plugins/http/macro-condition-http.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void 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
277void MacroConditionHttpEdit::PathChanged()
278{

Callers

nothing calls this directly

Calls 2

SetServerMethod · 0.45
GetShortDescMethod · 0.45

Tested by

no test coverage detected