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

Function GetWeakTransitionByQString

lib/utils/source-helpers.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112OBSWeakSource GetWeakTransitionByQString(const QString &name)
113{
114 return GetWeakTransitionByName(name.toUtf8().constData());
115}
116
117OBSWeakSource GetWeakFilterByName(OBSWeakSource source, const char *name)
118{

Callers 3

TransitionChangedMethod · 0.85
GetCurrentSelectionMethod · 0.85

Calls 1

GetWeakTransitionByNameFunction · 0.85

Tested by

no test coverage detected