DolphinQt: Make "All Devices" mapping hopefully less confusing.

This commit is contained in:
Jordan Woyak
2022-10-09 17:10:37 -05:00
parent 1647fa350b
commit c3ceee8967
2 changed files with 22 additions and 14 deletions

View File

@ -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;