mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
LibGUI: Convert GWindow to ObjectPtr
This commit is contained in:
parent
70412c7d4f
commit
7584480f62
25 changed files with 37 additions and 37 deletions
|
@ -38,7 +38,7 @@ protected:
|
|||
private:
|
||||
ObjectPtr<GTextEditor> m_editor;
|
||||
GButton* m_open_button { nullptr };
|
||||
GWindow* m_list_window { nullptr };
|
||||
ObjectPtr<GWindow> m_list_window;
|
||||
ObjectPtr<GListView> m_list_view;
|
||||
bool m_only_allow_values_from_model { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue