mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +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
|
@ -12,7 +12,7 @@ public:
|
|||
void refresh();
|
||||
|
||||
private:
|
||||
virtual void timer_event(GTimerEvent&) override;
|
||||
virtual void timer_event(CTimerEvent&) override;
|
||||
virtual void paint_event(GPaintEvent&) override;
|
||||
|
||||
GLabel* m_user_physical_pages_label { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue