Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
Macro *GetMacroByQString(const QString &name)
78
{
79
return GetMacroByName(name.toUtf8().constData());
80
}
81
82
std::weak_ptr<Macro> GetWeakMacroByName(const char *name)
83
{
Callers
2
GetNewGroupName
Method · 0.85
sizeHint
Method · 0.85
Calls
1
GetMacroByName
Function · 0.85
Tested by
no test coverage detected