LibCore: Add CEvent and make LibGUI/GEvent inherit from it.

This commit is contained in:
Andreas Kling
2019-04-10 16:56:55 +02:00
parent 696ada2810
commit b8062f69d8
31 changed files with 98 additions and 159 deletions

View File

@@ -97,7 +97,7 @@ void MemoryStatsWidget::refresh()
fclose(fp);
}
void MemoryStatsWidget::timer_event(GTimerEvent&)
void MemoryStatsWidget::timer_event(CTimerEvent&)
{
refresh();
}