summaryrefslogtreecommitdiffstats
path: root/examples/gui/analogclock
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/analogclock')
-rw-r--r--examples/gui/analogclock/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gui/analogclock/main.cpp b/examples/gui/analogclock/main.cpp
index 29b21410e3..053ccb54b5 100644
--- a/examples/gui/analogclock/main.cpp
+++ b/examples/gui/analogclock/main.cpp
@@ -59,8 +59,8 @@ public:
AnalogClockWindow();
protected:
- void timerEvent(QTimerEvent *) Q_DECL_OVERRIDE;
- void render(QPainter *p) Q_DECL_OVERRIDE;
+ void timerEvent(QTimerEvent *) override;
+ void render(QPainter *p) override;
private:
int m_timerId;