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

Method SetVariable

lib/utils/temp-variable.cpp:516–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void TempVariableSelection::SetVariable(const TempVariableRef &var)
517{
518 const QSignalBlocker b(_selection);
519 QVariant variant;
520 variant.setValue(var);
521 _selection->setCurrentIndex(_selection->findData(variant));
522 SetupInfoLabel();
523}
524
525void TempVariableSelection::MacroSegmentsChanged()
526{

Callers 1

RebuildMethod · 0.45

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected