mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:27:35 +00:00
LibGUI: Convert GScrollBar to ObjectPtr
This commit is contained in:
parent
4616a13e94
commit
bce58bbbca
7 changed files with 11 additions and 10 deletions
|
@ -100,5 +100,5 @@ private:
|
|||
ObjectPtr<CTimer> m_visual_beep_timer;
|
||||
RefPtr<CConfigFile> m_config;
|
||||
|
||||
GScrollBar* m_scrollbar { nullptr };
|
||||
ObjectPtr<GScrollBar> m_scrollbar;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue