summaryrefslogtreecommitdiff
path: root/src/designer/src/lib/shared/qdesigner_toolbox_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/qdesigner_toolbox_p.h')
-rw-r--r--src/designer/src/lib/shared/qdesigner_toolbox_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/qdesigner_toolbox_p.h b/src/designer/src/lib/shared/qdesigner_toolbox_p.h
index 52a458afe..9828ff2c3 100644
--- a/src/designer/src/lib/shared/qdesigner_toolbox_p.h
+++ b/src/designer/src/lib/shared/qdesigner_toolbox_p.h
@@ -71,7 +71,7 @@ public:
QPalette::ColorRole currentItemBackgroundRole() const;
void setCurrentItemBackgroundRole(QPalette::ColorRole role);
- bool eventFilter(QObject *watched, QEvent *event);
+ bool eventFilter(QObject *watched, QEvent *event) override;
// Add context menu and return page submenu or 0.
QMenu *addContextMenuActions(QMenu *popup) const;