Commit 61ddea42 authored by Erik Larsson's avatar Erik Larsson Committed by Giulio Camuffo
Browse files

Remove attached() definition from header.

The implementation of attached() method was removed in commit 'Fix SHM
drawing logic' (19260d98

) but the
definition in the header file was not.

Change-Id: Ib850bc7101a661882078be95011d75660f621622
Reviewed-by: default avatarGiulio Camuffo <giulio.camuffo@kdab.com>
Showing with 0 additions and 1 deletion
...@@ -120,7 +120,6 @@ public: ...@@ -120,7 +120,6 @@ public:
using QtWayland::wl_surface::attach; using QtWayland::wl_surface::attach;
void attach(QWaylandBuffer *buffer, int x, int y); void attach(QWaylandBuffer *buffer, int x, int y);
void attachOffset(QWaylandBuffer *buffer); void attachOffset(QWaylandBuffer *buffer);
QWaylandBuffer *attached() const;
QPoint attachOffset() const; QPoint attachOffset() const;
using QtWayland::wl_surface::damage; using QtWayland::wl_surface::damage;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment