summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/easing/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/easing/animation.h')
-rw-r--r--examples/widgets/animation/easing/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/easing/animation.h b/examples/widgets/animation/easing/animation.h
index d12a219abd..296f4c9da1 100644
--- a/examples/widgets/animation/easing/animation.h
+++ b/examples/widgets/animation/easing/animation.h
@@ -67,7 +67,7 @@ public:
m_path = QPainterPath();
}
- void updateCurrentTime(int currentTime)
+ void updateCurrentTime(int currentTime) Q_DECL_OVERRIDE
{
if (m_pathType == CirclePath) {
if (m_path.isEmpty()) {