summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandshm_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandshm_p.h')
-rw-r--r--src/client/qwaylandshm_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylandshm_p.h b/src/client/qwaylandshm_p.h
index 519482d09..639effa16 100644
--- a/src/client/qwaylandshm_p.h
+++ b/src/client/qwaylandshm_p.h
@@ -69,7 +69,7 @@ class Q_WAYLAND_CLIENT_EXPORT QWaylandShm : public QtWayland::wl_shm
public:
QWaylandShm(QWaylandDisplay *display, int version, uint32_t id);
- ~QWaylandShm();
+ ~QWaylandShm() override;
bool formatSupported(wl_shm_format format) const;
bool formatSupported(QImage::Format format) const;
@@ -78,7 +78,7 @@ public:
static QImage::Format formatFrom(wl_shm_format format);
protected:
- virtual void shm_format(uint32_t format);
+ void shm_format(uint32_t format) override;
private:
QVector<uint32_t> m_formats;