summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.h')
-rw-r--r--src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.h b/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.h
index 572c681be..130654d63 100644
--- a/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.h
+++ b/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.h
@@ -77,8 +77,8 @@ class LibHybrisEglServerBuffer : public QtWayland::ServerBuffer, public QtWaylan
public:
LibHybrisEglServerBuffer(LibHybrisEglServerBufferIntegration *integration, const QSize &size, QtWayland::ServerBuffer::Format format);
- struct ::wl_resource *resourceForClient(struct ::wl_client *) Q_DECL_OVERRIDE;
- void bindTextureToBuffer() Q_DECL_OVERRIDE;
+ struct ::wl_resource *resourceForClient(struct ::wl_client *) override;
+ void bindTextureToBuffer() override;
private:
LibHybrisEglServerBufferIntegration *m_integration;
@@ -104,8 +104,8 @@ public:
void initializeHardware(QWaylandCompositor *);
- bool supportsFormat(QtWayland::ServerBuffer::Format format) const Q_DECL_OVERRIDE;
- QtWayland::ServerBuffer *createServerBuffer(const QSize &size, QtWayland::ServerBuffer::Format format) Q_DECL_OVERRIDE;
+ bool supportsFormat(QtWayland::ServerBuffer::Format format) const override;
+ QtWayland::ServerBuffer *createServerBuffer(const QSize &size, QtWayland::ServerBuffer::Format format) override;
EGLDisplay display() const { return m_egl_display; }