summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qcompleter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/util/qcompleter.h')
-rw-r--r--src/widgets/util/qcompleter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/util/qcompleter.h b/src/widgets/util/qcompleter.h
index 3bee280719..c252284b85 100644
--- a/src/widgets/util/qcompleter.h
+++ b/src/widgets/util/qcompleter.h
@@ -136,8 +136,8 @@ public:
virtual QStringList splitPath(const QString &path) const;
protected:
- bool eventFilter(QObject *o, QEvent *e);
- bool event(QEvent *);
+ bool eventFilter(QObject *o, QEvent *e) Q_DECL_OVERRIDE;
+ bool event(QEvent *) Q_DECL_OVERRIDE;
Q_SIGNALS:
void activated(const QString &text);