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

Method MacroChanged

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

Source from the content-addressed store, hash-verified

169}
170
171void MacroActionQueueEdit::MacroChanged(const QString &text)
172{
173 GUARD_LOADING_AND_LOCK();
174 _entryData->_macro = text;
175 emit HeaderInfoChanged(
176 QString::fromStdString(_entryData->GetShortDesc()));
177}
178
179void MacroActionQueueEdit::QueueChanged(const QString &text)
180{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected