summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list.h
diff options
context:
space:
mode:
authorKyle Kienapfel <Docteh@users.noreply.github.com>2022-06-11 04:17:18 +0200
committerKyle Kienapfel <Docteh@users.noreply.github.com>2022-06-11 05:15:52 +0200
commit2ff606628cf1393d85fb51060a296bceb4d29bfd (patch)
treea142f40c3d81a01478d02106af7eb9e147f7d363 /src/yuzu/game_list.h
parentMerge pull request #8385 from lat9nq/just-subsys-win (diff)
downloadyuzu-2ff606628cf1393d85fb51060a296bceb4d29bfd.tar
yuzu-2ff606628cf1393d85fb51060a296bceb4d29bfd.tar.gz
yuzu-2ff606628cf1393d85fb51060a296bceb4d29bfd.tar.bz2
yuzu-2ff606628cf1393d85fb51060a296bceb4d29bfd.tar.lz
yuzu-2ff606628cf1393d85fb51060a296bceb4d29bfd.tar.xz
yuzu-2ff606628cf1393d85fb51060a296bceb4d29bfd.tar.zst
yuzu-2ff606628cf1393d85fb51060a296bceb4d29bfd.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 d19dbe4b0..464da98ad 100644
--- a/src/yuzu/game_list.h
+++ b/src/yuzu/game_list.h
@@ -166,6 +166,9 @@ protected:
void mouseDoubleClickEvent(QMouseEvent* event) override;
private:
+ void changeEvent(QEvent* event) override;
+ void RetranslateUI();
+
QVBoxLayout* layout = nullptr;
QLabel* image = nullptr;
QLabel* text = nullptr;