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

Method QueueChanged

lib/macro/macro-action-queue.cpp:179–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void MacroActionQueueEdit::QueueChanged(const QString &text)
180{
181 GUARD_LOADING_AND_LOCK();
182 _entryData->_queue = GetWeakActionQueueByQString(text);
183 emit HeaderInfoChanged(
184 QString::fromStdString(_entryData->GetShortDesc()));
185}
186
187void MacroActionQueueEdit::ActionChanged(int value)
188{

Callers

nothing calls this directly

Calls 2

GetShortDescMethod · 0.45

Tested by

no test coverage detected