mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
This commit is contained in:
parent
696ada2810
commit
b8062f69d8
31 changed files with 98 additions and 159 deletions
|
@ -30,7 +30,7 @@ void GTimer::stop()
|
|||
m_active = false;
|
||||
}
|
||||
|
||||
void GTimer::timer_event(GTimerEvent&)
|
||||
void GTimer::timer_event(CTimerEvent&)
|
||||
{
|
||||
if (m_single_shot)
|
||||
stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue