summaryrefslogtreecommitdiffstats
path: root/src/client/hardwareintegration/qwaylandhardwareintegration_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/hardwareintegration/qwaylandhardwareintegration_p.h')
-rw-r--r--src/client/hardwareintegration/qwaylandhardwareintegration_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/hardwareintegration/qwaylandhardwareintegration_p.h b/src/client/hardwareintegration/qwaylandhardwareintegration_p.h
index 8b4a71629..31b4209dc 100644
--- a/src/client/hardwareintegration/qwaylandhardwareintegration_p.h
+++ b/src/client/hardwareintegration/qwaylandhardwareintegration_p.h
@@ -69,8 +69,8 @@ public:
QString serverBufferIntegration();
protected:
- void hardware_integration_client_backend(const QString &name) Q_DECL_OVERRIDE;
- void hardware_integration_server_backend(const QString &name) Q_DECL_OVERRIDE;
+ void hardware_integration_client_backend(const QString &name) override;
+ void hardware_integration_server_backend(const QString &name) override;
private:
QString m_client_buffer;