Qt/NetPlayDialog: Stop games properly

This commit is contained in:
spycrab
2018-07-04 01:02:13 +02:00
parent bbbd886184
commit f7887a442f
5 changed files with 30 additions and 7 deletions

View File

@ -109,5 +109,6 @@ private:
GameListModel* m_game_list_model = nullptr;
bool m_use_traversal = false;
bool m_is_copy_button_retry = false;
bool m_got_stop_request = true;
int m_buffer_size = 0;
};