mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
GButton: Convert most code to using ObjectPtr for GButton
This commit is contained in:
parent
55a6e4ac0b
commit
45cfd57f6e
Notes:
sideshowbarker
2024-07-19 12:01:11 +09:00
Author: https://github.com/awesomekling
Commit: 45cfd57f6e
20 changed files with 38 additions and 38 deletions
|
@ -18,7 +18,7 @@ private:
|
|||
String m_prompt;
|
||||
String m_text_value;
|
||||
|
||||
GButton* m_ok_button { nullptr };
|
||||
GButton* m_cancel_button { nullptr };
|
||||
ObjectPtr<GButton> m_ok_button;
|
||||
ObjectPtr<GButton> m_cancel_button;
|
||||
ObjectPtr<GTextEditor> m_text_editor;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue