mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +00:00
Use fooEvent() type names for the virtual event handlers.
This commit is contained in:
parent
dfb70ed234
commit
a3fb19fe9c
20 changed files with 84 additions and 84 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
bool hasTimer() const { return m_timerID; }
|
||||
|
||||
private:
|
||||
virtual void onTimer(TimerEvent&);
|
||||
virtual void timerEvent(TimerEvent&);
|
||||
|
||||
void addChild(Object&);
|
||||
void removeChild(Object&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue