mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +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
|
@ -28,8 +28,8 @@ protected:
|
|||
|
||||
private:
|
||||
ObjectPtr<GTextEditor> m_editor;
|
||||
GButton* m_increment_button { nullptr };
|
||||
GButton* m_decrement_button { nullptr };
|
||||
ObjectPtr<GButton> m_increment_button;
|
||||
ObjectPtr<GButton> m_decrement_button;
|
||||
|
||||
int m_min { 0 };
|
||||
int m_max { 100 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue