mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 01:26:04 -05:00
Rename function
This commit is contained in:
@@ -844,7 +844,7 @@ void populateSceneItemSelection(QComboBox *list, SceneSelection &s)
|
||||
list->setCurrentIndex(0);
|
||||
}
|
||||
|
||||
void populateSourceTypeSelection(QComboBox *list)
|
||||
void populateSourceGroupSelection(QComboBox *list)
|
||||
{
|
||||
std::set<QString> sourceTypeNames;
|
||||
auto enumSourcesTypes = [](void *param, obs_source_t *source) {
|
||||
|
||||
Reference in New Issue
Block a user