From 5d30b5086de8570cc68dcb0277a263565769dada Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Thu, 7 Aug 2014 17:24:11 +0300 Subject: [PATCH] Fix namespaced build Change-Id: Id73f8ddffe00359f38c634fc88b1f81ac5638653 Reviewed-by: Oswald Buddenhagen --- src/plugins/platforms/wayland/qwaylandinputdevice_p.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/platforms/wayland/qwaylandinputdevice_p.h b/src/plugins/platforms/wayland/qwaylandinputdevice_p.h index 867258ade3b..23e1fc74099 100644 --- a/src/plugins/platforms/wayland/qwaylandinputdevice_p.h +++ b/src/plugins/platforms/wayland/qwaylandinputdevice_p.h @@ -61,6 +61,8 @@ struct xkb_keymap; struct xkb_state; #endif +struct wl_cursor_image; + QT_BEGIN_NAMESPACE class QWaylandWindow; @@ -81,7 +83,7 @@ public: struct ::wl_seat *wl_seat() { return QtWayland::wl_seat::object(); } void setCursor(Qt::CursorShape cursor, QWaylandScreen *screen); - void setCursor(struct wl_buffer *buffer, struct wl_cursor_image *image); + void setCursor(struct wl_buffer *buffer, struct ::wl_cursor_image *image); void handleWindowDestroyed(QWaylandWindow *window); void setDataDevice(QWaylandDataDevice *device);