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

Method QueueChanged

lib/macro/macro-condition-queue.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void MacroConditionQueueEdit::QueueChanged(const QString &text)
127{
128 GUARD_LOADING_AND_LOCK();
129 _entryData->_queue = GetWeakActionQueueByQString(text);
130 emit HeaderInfoChanged(
131 QString::fromStdString(_entryData->GetShortDesc()));
132}
133
134void MacroConditionQueueEdit::SizeChanged(const NumberVariable<int> &value)
135{

Callers

nothing calls this directly

Calls 2

GetShortDescMethod · 0.45

Tested by

no test coverage detected