mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
LibGUI: Convert GComboBox to ObjectPtr
This commit is contained in:
parent
7aaad27778
commit
e4e92980a1
3 changed files with 4 additions and 4 deletions
|
@ -39,6 +39,6 @@ private:
|
|||
ObjectPtr<GTextEditor> m_editor;
|
||||
GButton* m_open_button { nullptr };
|
||||
GWindow* m_list_window { nullptr };
|
||||
GListView* m_list_view { nullptr };
|
||||
ObjectPtr<GListView> m_list_view;
|
||||
bool m_only_allow_values_from_model { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue