mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
This commit is contained in:
parent
4ea229accd
commit
93851c3832
Notes:
sideshowbarker
2024-07-19 12:02:16 +09:00
Author: https://github.com/awesomekling
Commit: 93851c3832
25 changed files with 38 additions and 36 deletions
|
@ -20,5 +20,5 @@ private:
|
|||
|
||||
GButton* m_ok_button { nullptr };
|
||||
GButton* m_cancel_button { nullptr };
|
||||
GTextEditor* m_text_editor { nullptr };
|
||||
ObjectPtr<GTextEditor> m_text_editor;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue