From e7ba33c0ec00b2534f15f9908e6016108da4a6dd Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Sun, 27 Mar 2016 12:10:19 +0200 Subject: [PATCH] Remove attached() definition from header. The implementation of attached() method was removed in commit 'Fix SHM drawing logic' (330e3a78695bbe7f439676831b2336f3e5e26521) but the definition in the header file was not. Change-Id: Ib850bc7101a661882078be95011d75660f621622 Reviewed-by: Giulio Camuffo --- src/plugins/platforms/wayland/qwaylandwindow_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/platforms/wayland/qwaylandwindow_p.h b/src/plugins/platforms/wayland/qwaylandwindow_p.h index 3f35a1eba3f..a905641f3d6 100644 --- a/src/plugins/platforms/wayland/qwaylandwindow_p.h +++ b/src/plugins/platforms/wayland/qwaylandwindow_p.h @@ -120,7 +120,6 @@ public: using QtWayland::wl_surface::attach; void attach(QWaylandBuffer *buffer, int x, int y); void attachOffset(QWaylandBuffer *buffer); - QWaylandBuffer *attached() const; QPoint attachOffset() const; using QtWayland::wl_surface::damage;