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

Function getMediaSourcesList

plugins/base/macro-condition-media.cpp:629–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629static QStringList getMediaSourcesList()
630{
631 auto sources = GetMediaSourceNames();
632 sources.sort();
633 return sources;
634}
635
636MacroConditionMediaEdit::MacroConditionMediaEdit(
637 QWidget *parent, std::shared_ptr<MacroConditionMedia> entryData)

Callers

nothing calls this directly

Calls 1

GetMediaSourceNamesFunction · 0.85

Tested by

no test coverage detected