mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
InterfacePane: Add BalloonTip to lock mouse checkbox
This commit is contained in:
parent
9ed1688d09
commit
a581fa2bfa
4 changed files with 10 additions and 15 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
class ConfigBool;
|
||||
class ConfigStringChoice;
|
||||
class QCheckBox;
|
||||
class QComboBox;
|
||||
class QLabel;
|
||||
class QRadioButton;
|
||||
|
@ -55,5 +54,5 @@ private:
|
|||
QRadioButton* m_radio_cursor_visible_movement;
|
||||
QRadioButton* m_radio_cursor_visible_never;
|
||||
QRadioButton* m_radio_cursor_visible_always;
|
||||
QCheckBox* m_checkbox_lock_mouse;
|
||||
ConfigBool* m_checkbox_lock_mouse;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue