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

Function GetMacroByQString

lib/macro/macro-helpers.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77Macro *GetMacroByQString(const QString &name)
78{
79 return GetMacroByName(name.toUtf8().constData());
80}
81
82std::weak_ptr<Macro> GetWeakMacroByName(const char *name)
83{

Callers 2

GetNewGroupNameMethod · 0.85
sizeHintMethod · 0.85

Calls 1

GetMacroByNameFunction · 0.85

Tested by

no test coverage detected