summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
authorTheKoopaKingdom <thekoopakingdom@gmail.com>2017-04-13 07:10:19 +0200
committerTheKoopaKingdom <thekoopakingdom@gmail.com>2017-06-03 00:28:14 +0200
commitb6bab59000cbcdb34aed3f8633c5aae391db6dcb (patch)
tree62ee71c8b38011342574b0d68f2e75b5303643ea /src/citra_qt/main.h
parentMade some changes from review comments: (diff)
downloadyuzu-b6bab59000cbcdb34aed3f8633c5aae391db6dcb.tar
yuzu-b6bab59000cbcdb34aed3f8633c5aae391db6dcb.tar.gz
yuzu-b6bab59000cbcdb34aed3f8633c5aae391db6dcb.tar.bz2
yuzu-b6bab59000cbcdb34aed3f8633c5aae391db6dcb.tar.lz
yuzu-b6bab59000cbcdb34aed3f8633c5aae391db6dcb.tar.xz
yuzu-b6bab59000cbcdb34aed3f8633c5aae391db6dcb.tar.zst
yuzu-b6bab59000cbcdb34aed3f8633c5aae391db6dcb.zip
Diffstat (limited to 'src/citra_qt/main.h')
-rw-r--r--src/citra_qt/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index 1ce0607e2..3ecbc001e 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -136,6 +136,7 @@ private:
GameList* game_list;
// Status bar elements
+ QLabel* message_label = nullptr;
QLabel* emu_speed_label = nullptr;
QLabel* game_fps_label = nullptr;
QLabel* emu_frametime_label = nullptr;