summaryrefslogtreecommitdiffstats
path: root/examples/gui/analogclock/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/analogclock/main.cpp')
-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 1e10fcd07b..d51f440dff 100644
--- a/examples/gui/analogclock/main.cpp
+++ b/examples/gui/analogclock/main.cpp
@@ -49,8 +49,8 @@ public:
AnalogClockWindow();
protected:
- void timerEvent(QTimerEvent *);
- void render(QPainter *p);
+ void timerEvent(QTimerEvent *) Q_DECL_OVERRIDE;
+ void render(QPainter *p) Q_DECL_OVERRIDE;
private:
int m_timerId;