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

Method PathChanged

plugins/base/macro-condition-file.cpp:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void 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
302void MacroConditionFileEdit::MatchTextChanged()
303{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected