1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 06:27:35 +00:00

Add a simple clock window to guitest2.

This is driven by mousedown events right now, since there are no timers.
This commit is contained in:
Andreas Kling 2019-01-31 16:37:43 +01:00
parent 2dc9c86bad
commit e04ba0a83c
7 changed files with 113 additions and 10 deletions

View file

@ -30,7 +30,7 @@ public:
void delete_later();
private:
virtual void timerEvent(GTimerEvent&);
virtual void timer_event(GTimerEvent&);
GObject* m_parent { nullptr };