mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +00:00
LibGUI: Convert GTableView to ObjectPtr
This commit is contained in:
@@ -13,6 +13,6 @@ public:
|
||||
void set_pid(pid_t);
|
||||
|
||||
private:
|
||||
GTableView* m_table_view { nullptr };
|
||||
ObjectPtr<GTableView> m_table_view;
|
||||
pid_t m_pid { -1 };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user