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

Method Duration2Changed

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

Source from the content-addressed store, hash-verified

483}
484
485void MacroActionWaitEdit::Duration2Changed(const Duration &dur)
486{
487 GUARD_LOADING_AND_LOCK();
488 _entryData->_duration2 = dur;
489 emit HeaderInfoChanged(
490 QString::fromStdString(_entryData->GetShortDesc()));
491}
492
493void MacroActionWaitEdit::VariableChanged(const QString &text)
494{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected