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

Function getSourcesList

plugins/base/macro-action-source.cpp:441–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441static QStringList getSourcesList()
442{
443 auto sources = GetSourceNames();
444 sources.sort();
445 return sources;
446}
447
448MacroActionSourceEdit::MacroActionSourceEdit(
449 QWidget *parent, std::shared_ptr<MacroActionSource> entryData)

Callers

nothing calls this directly

Calls 1

GetSourceNamesFunction · 0.85

Tested by

no test coverage detected