mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt/NetPlayBrowser: Various small fixes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user