Rename function

This commit is contained in:
WarmUpTill
2021-12-31 02:00:13 +01:00
committed by WarmUpTill
parent 92877a6b30
commit 3af5897427
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {