Sort locale language list

This commit is contained in:
Chocobo1 2020-04-05 13:27:44 +08:00
commit 5eaedb13e5
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
3 changed files with 102 additions and 109 deletions

View file

@ -117,7 +117,6 @@ private:
void saveOptions();
void loadOptions();
void initializeLanguageCombo();
static QString languageToLocalizedString(const QLocale &locale);
// General options
QString getLocale() const;
#ifndef Q_OS_MACOS