summaryrefslogtreecommitdiff
path: root/src/designer/src/lib/shared/widgetfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/widgetfactory.cpp')
-rw-r--r--src/designer/src/lib/shared/widgetfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/widgetfactory.cpp b/src/designer/src/lib/shared/widgetfactory.cpp
index bbd4bac16..0692916bc 100644
--- a/src/designer/src/lib/shared/widgetfactory.cpp
+++ b/src/designer/src/lib/shared/widgetfactory.cpp
@@ -103,7 +103,7 @@ public:
class ComboEventFilter : public QObject {
public:
explicit ComboEventFilter(QComboBox *parent) : QObject(parent) {}
- bool eventFilter(QObject *watched, QEvent *event) Q_DECL_OVERRIDE;
+ bool eventFilter(QObject *watched, QEvent *event) override;
};
bool ComboEventFilter::eventFilter(QObject *watched, QEvent *event)