mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
LibGUI: Fix compiler warnings.
This commit is contained in:
parent
56ae96558b
commit
3f0f7caa45
6 changed files with 21 additions and 13 deletions
|
@ -170,6 +170,6 @@ private:
|
|||
bool m_show_titlebar { true };
|
||||
bool m_keybind_mode { false };
|
||||
String m_entered_keybind;
|
||||
size_t m_max_keybind_length { 0 };
|
||||
int m_max_keybind_length { 0 };
|
||||
HashMap<String, WeakPtr<GWidget>> m_keyboard_activation_targets;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue