InterfacePane: Add BalloonTip to lock mouse checkbox

This commit is contained in:
Dentomologist 2023-11-12 01:32:03 -08:00 committed by Admiral H. Curtiss
commit a581fa2bfa
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
4 changed files with 10 additions and 15 deletions

View file

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