citra_qt/configuration: fix language configuration issues

This commit is contained in:
zhupengfei 2018-11-02 22:40:58 +08:00
parent 7c3d325aff
commit ab07d44193
No known key found for this signature in database
GPG key ID: DD129E108BD09378
12 changed files with 54 additions and 31 deletions

View file

@ -20,6 +20,7 @@ public:
void applyConfiguration();
void retranslateUi();
void setConfiguration();
private slots:
void onLanguageChanged(int index);
@ -28,7 +29,5 @@ signals:
void languageChanged(const QString& locale);
private:
void setConfiguration();
std::unique_ptr<Ui::ConfigureUi> ui;
};