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

Function getSourcesList

plugins/base/macro-condition-source.cpp:262–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262static QStringList getSourcesList()
263{
264 auto sources = GetSourceNames();
265 sources.sort();
266 auto scenes = GetSceneNames();
267 scenes.sort();
268 return sources + scenes;
269}
270
271MacroConditionSourceEdit::MacroConditionSourceEdit(
272 QWidget *parent, std::shared_ptr<MacroConditionSource> entryData)

Callers

nothing calls this directly

Calls 2

GetSourceNamesFunction · 0.85
GetSceneNamesFunction · 0.85

Tested by

no test coverage detected