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

@ -32,6 +32,7 @@ signals:
private:
void setConfiguration();
void retranslateUi();
private:
std::unique_ptr<Ui::ConfigureDialog> ui;