summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwlshellintegration_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandwlshellintegration_p.h')
-rw-r--r--src/client/qwaylandwlshellintegration_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylandwlshellintegration_p.h b/src/client/qwaylandwlshellintegration_p.h
index 393ccaf0a..8a33a177c 100644
--- a/src/client/qwaylandwlshellintegration_p.h
+++ b/src/client/qwaylandwlshellintegration_p.h
@@ -58,8 +58,8 @@ class Q_WAYLAND_CLIENT_EXPORT QWaylandWlShellIntegration : public QWaylandShellI
{
public:
static QWaylandWlShellIntegration *create(QWaylandDisplay* display);
- bool initialize(QWaylandDisplay *) Q_DECL_OVERRIDE;
- QWaylandShellSurface *createShellSurface(QWaylandWindow *window) Q_DECL_OVERRIDE;
+ bool initialize(QWaylandDisplay *) override;
+ QWaylandShellSurface *createShellSurface(QWaylandWindow *window) override;
private:
QWaylandWlShellIntegration(QWaylandDisplay* display);