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

Function getSourcesList

plugins/base/macro-action-projector.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232static QStringList getSourcesList()
233{
234 auto sources = GetSourceNames();
235 sources.sort();
236 return sources;
237}
238
239MacroActionProjectorEdit::MacroActionProjectorEdit(
240 QWidget *parent, std::shared_ptr<MacroActionProjector> entryData)

Callers

nothing calls this directly

Calls 1

GetSourceNamesFunction · 0.85

Tested by

no test coverage detected