Qt/NetPlayBrowser: Various small fixes

This commit is contained in:
spycrab
2019-04-07 23:53:13 +02:00
parent 75e74315e6
commit 75f1a5d0cc
4 changed files with 34 additions and 12 deletions

View File

@ -10,6 +10,7 @@
#include "UICommon/NetPlayIndex.h"
class QCheckBox;
class QComboBox;
class QDialogButtonBox;
class QLabel;
@ -43,6 +44,7 @@ private:
QDialogButtonBox* m_button_box;
QLineEdit* m_edit_name;
QLineEdit* m_edit_game_id;
QCheckBox* m_check_hide_incompatible;
QRadioButton* m_radio_all;
QRadioButton* m_radio_private;