Qt/NetPlayDialog: Show alerts when events happen

Displays an alert when you receive a message or a player joins / leaves
This commit is contained in:
spycrab
2018-07-11 12:45:47 +02:00
parent 196bf8dbe2
commit 9ab489aab8
2 changed files with 10 additions and 3 deletions

View File

@ -112,4 +112,5 @@ private:
bool m_is_copy_button_retry = false;
bool m_got_stop_request = true;
int m_buffer_size = 0;
int m_player_count = 0;
};