mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-26 22:00:33 +00:00
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
This commit is contained in:
parent
696ada2810
commit
b8062f69d8
Notes:
sideshowbarker
2024-07-19 14:46:16 +09:00
Author: https://github.com/awesomekling
Commit: b8062f69d8
31 changed files with 98 additions and 159 deletions
|
|
@ -16,7 +16,7 @@ ProcessTableView::~ProcessTableView()
|
|||
{
|
||||
}
|
||||
|
||||
void ProcessTableView::timer_event(GTimerEvent&)
|
||||
void ProcessTableView::timer_event(CTimerEvent&)
|
||||
{
|
||||
model()->update();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue