diff options
author | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-08-20 07:49:29 -0700 |
---|---|---|
committer | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-08-20 07:49:29 -0700 |
commit | 5863f16b4ce50f0bfe2817d422eb9ce31efc3f85 (patch) | |
tree | bfcc4ae9b1487cce42f0118e90abbac36939c347 /src/yuzu/game_list_p.h | |
parent | 6f931d49c74017fb66bf285dd060bc455ae05c85 (diff) |
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.
Diffstat (limited to 'src/yuzu/game_list_p.h')
-rw-r--r-- | src/yuzu/game_list_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/game_list_p.h b/src/yuzu/game_list_p.h index 0e19be22d..6198d1e4e 100644 --- a/src/yuzu/game_list_p.h +++ b/src/yuzu/game_list_p.h @@ -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); |