aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/windowsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/windowsupport.h')
-rw-r--r--src/plugins/coreplugin/windowsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/windowsupport.h b/src/plugins/coreplugin/windowsupport.h
index 6dc13914bf5..1e9d27139a3 100644
--- a/src/plugins/coreplugin/windowsupport.h
+++ b/src/plugins/coreplugin/windowsupport.h
@@ -61,12 +61,12 @@ class WindowSupport : public QObject
Q_OBJECT
public:
WindowSupport(QWidget *window, const Context &context);
- ~WindowSupport();
+ ~WindowSupport() override;
void setCloseActionEnabled(bool enabled);
protected:
- bool eventFilter(QObject *obj, QEvent *event);
+ bool eventFilter(QObject *obj, QEvent *event) override;
private:
void toggleFullScreen();