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

Method DurationChanged

plugins/base/macro-action-wait.cpp:477–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void MacroActionWaitEdit::DurationChanged(const Duration &dur)
478{
479 GUARD_LOADING_AND_LOCK();
480 _entryData->_duration = dur;
481 emit HeaderInfoChanged(
482 QString::fromStdString(_entryData->GetShortDesc()));
483}
484
485void MacroActionWaitEdit::Duration2Changed(const Duration &dur)
486{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected