┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/private/kitemlistsmoothscroller.h
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2017-01-03 13:17:54 +0100
committerMontel Laurent <[email protected]>2017-01-03 13:18:07 +0100
commit726515cfd43e3a1af61ab624d08f509e8e5f0a9f (patch)
tree28063879f565a14ce6d22149f7bc642effc6ade4 /src/kitemviews/private/kitemlistsmoothscroller.h
parent962f6d7160e3de69c67964296d5e412f36037131 (diff)
Add missing Q_DECL_OVERRIDE
Diffstat (limited to 'src/kitemviews/private/kitemlistsmoothscroller.h')
-rw-r--r--src/kitemviews/private/kitemlistsmoothscroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/private/kitemlistsmoothscroller.h b/src/kitemviews/private/kitemlistsmoothscroller.h
index a3576a3fd..7d01a6b62 100644
--- a/src/kitemviews/private/kitemlistsmoothscroller.h
+++ b/src/kitemviews/private/kitemlistsmoothscroller.h
@@ -83,7 +83,7 @@ public:
void handleWheelEvent(QWheelEvent* event);
protected:
- virtual bool eventFilter(QObject* obj, QEvent* event);
+ bool eventFilter(QObject* obj, QEvent* event) Q_DECL_OVERRIDE;
private slots:
void slotAnimationStateChanged(QAbstractAnimation::State newState,