mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:27:34 +00:00
LibGUI: Convert GLabel to ObjectPtr
This commit is contained in:
parent
6b347747f2
commit
c7437f9caa
22 changed files with 47 additions and 45 deletions
|
@ -26,5 +26,5 @@ private:
|
|||
Keypad m_keypad;
|
||||
|
||||
GTextBox* m_entry { nullptr };
|
||||
GLabel* m_label { nullptr };
|
||||
ObjectPtr<GLabel> m_label;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue