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

Function GetWeakActionQueueByQString

lib/queue/action-queue.cpp:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437std::weak_ptr<ActionQueue> GetWeakActionQueueByQString(const QString &name)
438{
439 return GetWeakActionQueueByName(name.toStdString());
440}
441
442std::string GetActionQueueName(const std::weak_ptr<ActionQueue> &queue_)
443{

Callers 7

QueueChangedMethod · 0.85
QueueChangedMethod · 0.85
updateQueueStatusFunction · 0.85
openSettingsDialogFunction · 0.85
removeQueuesWithNamesFunction · 0.85
setupTabFunction · 0.85
StartNewQueueMethod · 0.85

Calls 1

GetWeakActionQueueByNameFunction · 0.85

Tested by

no test coverage detected