From 5863f16b4ce50f0bfe2817d422eb9ce31efc3f85 Mon Sep 17 00:00:00 2001 From: Kyle Kienapfel Date: Sat, 20 Aug 2022 07:49:29 -0700 Subject: 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. --- src/yuzu/game_list.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/yuzu/game_list.h') diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index f783283c9..cdf085019 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h @@ -140,6 +140,9 @@ private: void AddPermDirPopup(QMenu& context_menu, QModelIndex selected); void AddFavoritesPopup(QMenu& context_menu); + void changeEvent(QEvent*) override; + void RetranslateUI(); + std::shared_ptr vfs; FileSys::ManualContentProvider* provider; GameListSearchField* search_field; -- cgit v1.2.3