summaryrefslogtreecommitdiffstats
path: root/examples/widgets/desktop/systray/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/desktop/systray/window.h')
-rw-r--r--examples/widgets/desktop/systray/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/desktop/systray/window.h b/examples/widgets/desktop/systray/window.h
index b9ebe2c57f..001338df0c 100644
--- a/examples/widgets/desktop/systray/window.h
+++ b/examples/widgets/desktop/systray/window.h
@@ -78,10 +78,10 @@ class Window : public QDialog
public:
Window();
- void setVisible(bool visible) Q_DECL_OVERRIDE;
+ void setVisible(bool visible) override;
protected:
- void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE;
+ void closeEvent(QCloseEvent *event) override;
private slots:
void setIcon(int index);