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

Function populateLocaleSelection

plugins/twitch/language-selection.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210static void populateLocaleSelection(QComboBox *list)
211{
212 for (const auto &[languageCode, name] : getLocales()) {
213 list->addItem(name, languageCode);
214 }
215}
216
217LanguageSelectionWidget::LanguageSelectionWidget(QWidget *parent)
218 : QWidget(parent),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected