Qt: Retranslate GameList header and Filter line
Didn't notice this until I was trying to change the default font to Comic Sans MS when language is set to English in yuzu.
This commit is contained in:
parent
ed0e9e9593
commit
854fe203e8
3 changed files with 37 additions and 7 deletions
|
@ -431,6 +431,9 @@ public:
|
|||
void setFocus();
|
||||
|
||||
private:
|
||||
void changeEvent(QEvent*) override;
|
||||
void RetranslateUI();
|
||||
|
||||
class KeyReleaseEater : public QObject {
|
||||
public:
|
||||
explicit KeyReleaseEater(GameList* gamelist, QObject* parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue