mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
LibCore: Convert CFile to ObjectPtr
This commit is contained in:
parent
31b38ed88f
commit
8d550c174e
30 changed files with 135 additions and 134 deletions
|
@ -22,5 +22,5 @@ private:
|
|||
ObjectPtr<GLabel> m_supervisor_physical_pages_label;
|
||||
ObjectPtr<GLabel> m_kmalloc_label;
|
||||
ObjectPtr<GLabel> m_kmalloc_count_label;
|
||||
CFile m_proc_memstat;
|
||||
ObjectPtr<CFile> m_proc_memstat;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue