aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-20 20:57:41 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-22 07:28:35 +0000
commitbfaeb74ef570c7d95ce4a14e23923256efe824c6 (patch)
tree4539e38f87e7a1cc9c9673f4c6f2467290db04c7
parent6c28ccb2cb7acffd113274518f5d8dc549e003a6 (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: I9b84ee88a024926e42a419a6574ff63708c6edae Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--src/effects/private/qgfxsourceproxy_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/private/qgfxsourceproxy_p.h b/src/effects/private/qgfxsourceproxy_p.h
index 9b84bc7..4fde8b2 100644
--- a/src/effects/private/qgfxsourceproxy_p.h
+++ b/src/effects/private/qgfxsourceproxy_p.h
@@ -84,7 +84,7 @@ public:
Interpolation interpolation() const { return m_interpolation; }
protected:
- void updatePolish() Q_DECL_OVERRIDE;
+ void updatePolish() override;
signals:
void inputChanged();