mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibCore: Convert CTimer to ObjectPtr
This commit is contained in:
parent
c34fd10b5b
commit
50a6560413
Notes:
sideshowbarker
2024-07-19 12:03:03 +09:00
Author: https://github.com/awesomekling
Commit: 50a6560413
22 changed files with 91 additions and 70 deletions
|
@ -61,7 +61,7 @@ private:
|
|||
bool m_exclusive { false };
|
||||
|
||||
int m_auto_repeat_interval { 0 };
|
||||
CTimer m_auto_repeat_timer;
|
||||
ObjectPtr<CTimer> m_auto_repeat_timer;
|
||||
};
|
||||
|
||||
template<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue