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:
Kyle Kienapfel
2022-08-20 07:49:29 -07:00
parent 6f931d49c7
commit 5863f16b4c
3 changed files with 37 additions and 7 deletions

View File

@ -353,6 +353,9 @@ public:
void setFocus();
private:
void changeEvent(QEvent*) override;
void RetranslateUI();
class KeyReleaseEater : public QObject {
public:
explicit KeyReleaseEater(GameList* gamelist_, QObject* parent = nullptr);