mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Qt/NetPlayBrowser: Various small fixes
This commit is contained in:
parent
75e74315e6
commit
75f1a5d0cc
4 changed files with 34 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue