summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-08-21 00:31:39 +0200
committerGitHub <noreply@github.com>2022-08-21 00:31:39 +0200
commit7a3e5fe927d670fa675ee8d108faf385976964a7 (patch)
tree07c7a9de532f7d27623884cff60e235d8d314a46 /src/yuzu/game_list.h
parentMerge pull request #8795 from vonchenplus/support_framebuffer_crop_rect_top_not_zero (diff)
parentQt: Retranslate GameList header and Filter line (diff)
downloadyuzu-7a3e5fe927d670fa675ee8d108faf385976964a7.tar
yuzu-7a3e5fe927d670fa675ee8d108faf385976964a7.tar.gz
yuzu-7a3e5fe927d670fa675ee8d108faf385976964a7.tar.bz2
yuzu-7a3e5fe927d670fa675ee8d108faf385976964a7.tar.lz
yuzu-7a3e5fe927d670fa675ee8d108faf385976964a7.tar.xz
yuzu-7a3e5fe927d670fa675ee8d108faf385976964a7.tar.zst
yuzu-7a3e5fe927d670fa675ee8d108faf385976964a7.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/game_list.h3
1 files changed, 3 insertions, 0 deletions
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<FileSys::VfsFilesystem> vfs;
FileSys::ManualContentProvider* provider;
GameListSearchField* search_field;