mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:27:43 +00:00
LibCore: Remove CTimer::create() overloads in favor of construct()
This commit is contained in:
parent
9e00651e14
commit
f4b51a63ec
13 changed files with 14 additions and 24 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
SprayTool::SprayTool()
|
||||
{
|
||||
m_timer = CTimer::create();
|
||||
m_timer = CTimer::construct();
|
||||
m_timer->on_timeout = [&]() {
|
||||
paint_it();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue