ControllerInterface: Don't crash on non-X11 QPA

This commit is contained in:
Stenzek
2018-10-03 17:34:27 +10:00
parent 2b905eb06a
commit a7f334dc2a
5 changed files with 33 additions and 19 deletions

View File

@ -173,7 +173,7 @@ private:
MenuBar* m_menu_bar;
SearchBar* m_search_bar;
GameList* m_game_list;
RenderWidget* m_render_widget;
RenderWidget* m_render_widget = nullptr;
bool m_rendering_to_main;
bool m_stop_requested = false;
bool m_exit_requested = false;