qt: fix uninitialized memory usage

This commit is contained in:
Liam 2022-12-23 20:57:36 -05:00
parent 7934914a03
commit 175157665f

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;