mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:28:14 +00:00
LibCore: Convert CTimer to ObjectPtr
This commit is contained in:
parent
c34fd10b5b
commit
50a6560413
22 changed files with 91 additions and 70 deletions
|
@ -82,5 +82,5 @@ private:
|
|||
};
|
||||
|
||||
AutomaticScrollingDirection m_automatic_scrolling_direction { AutomaticScrollingDirection::None };
|
||||
CTimer m_automatic_scrolling_timer;
|
||||
ObjectPtr<CTimer> m_automatic_scrolling_timer;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue