mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibGUI: Convert GItemView to ObjectPtr
This commit is contained in:
parent
93851c3832
commit
c13b9e2214
3 changed files with 4 additions and 3 deletions
|
@ -73,5 +73,5 @@ private:
|
|||
void add_path_to_history(const StringView& path);
|
||||
|
||||
GTableView* m_table_view { nullptr };
|
||||
GItemView* m_item_view { nullptr };
|
||||
ObjectPtr<GItemView> m_item_view;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue