qt: fix uninitialized memory usage

This commit is contained in:
Liam 2022-12-23 20:57:36 -05:00
parent ae6015a69b
commit 646656412f

View file

@ -390,7 +390,7 @@ private:
GameList* game_list;
LoadingScreen* loading_screen;
QTimer shutdown_timer;
OverlayDialog* shutdown_dialog;
OverlayDialog* shutdown_dialog{};
GameListPlaceholder* game_list_placeholder;