mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +00:00
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
This commit is contained in:
parent
4ea229accd
commit
93851c3832
25 changed files with 38 additions and 36 deletions
|
@ -25,6 +25,6 @@ private:
|
|||
Calculator m_calculator;
|
||||
Keypad m_keypad;
|
||||
|
||||
GTextBox* m_entry { nullptr };
|
||||
ObjectPtr<GTextBox> m_entry;
|
||||
ObjectPtr<GLabel> m_label;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue