mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
DolphinQt: Make "All Devices" mapping hopefully less confusing.
This commit is contained in:
@ -23,6 +23,7 @@ class QGroupBox;
|
||||
class QVBoxLayout;
|
||||
class QPushButton;
|
||||
class QTabWidget;
|
||||
class QToolButton;
|
||||
class QWidget;
|
||||
|
||||
class MappingWindow final : public QDialog
|
||||
@ -98,7 +99,7 @@ private:
|
||||
QGroupBox* m_devices_box;
|
||||
QHBoxLayout* m_devices_layout;
|
||||
QComboBox* m_devices_combo;
|
||||
QPushButton* m_devices_refresh;
|
||||
QAction* m_all_devices_action;
|
||||
|
||||
// Profiles
|
||||
QGroupBox* m_profiles_box;
|
||||
|
Reference in New Issue
Block a user