Qt/NetPlayDialog: Fix duplicate messages

This commit is contained in:
spycrab
2018-05-10 19:26:42 +02:00
parent 7550389c72
commit 6ea2b2e7e5
2 changed files with 9 additions and 2 deletions

View File

@ -106,4 +106,5 @@ private:
GameListModel* m_game_list_model = nullptr;
bool m_use_traversal = false;
bool m_is_copy_button_retry = false;
int m_buffer_size = 0;
};