summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandxdgshell_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandxdgshell_p.h')
-rw-r--r--src/client/qwaylandxdgshell_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandxdgshell_p.h b/src/client/qwaylandxdgshell_p.h
index 97a15e46a..f462f2828 100644
--- a/src/client/qwaylandxdgshell_p.h
+++ b/src/client/qwaylandxdgshell_p.h
@@ -82,7 +82,7 @@ public:
QWaylandXdgPopup *createXdgPopup(QWaylandWindow *window);
private:
- void xdg_shell_ping(uint32_t serial) Q_DECL_OVERRIDE;
+ void xdg_shell_ping(uint32_t serial) override;
QVector<QWaylandWindow *> m_popups;
uint m_popupSerial;