summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/qwldatasource_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/wayland_wrapper/qwldatasource_p.h')
-rw-r--r--src/compositor/wayland_wrapper/qwldatasource_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compositor/wayland_wrapper/qwldatasource_p.h b/src/compositor/wayland_wrapper/qwldatasource_p.h
index 4389b40fb..b548a2411 100644
--- a/src/compositor/wayland_wrapper/qwldatasource_p.h
+++ b/src/compositor/wayland_wrapper/qwldatasource_p.h
@@ -78,9 +78,9 @@ public:
static DataSource *fromResource(struct ::wl_resource *resource);
protected:
- void data_source_offer(Resource *resource, const QString &mime_type) Q_DECL_OVERRIDE;
- void data_source_destroy(Resource *resource) Q_DECL_OVERRIDE;
- void data_source_destroy_resource(Resource *resource) Q_DECL_OVERRIDE;
+ void data_source_offer(Resource *resource, const QString &mime_type) override;
+ void data_source_destroy(Resource *resource) override;
+ void data_source_destroy_resource(Resource *resource) override;
private:
uint32_t m_time;