Fix namespaced build

Change-Id: Id73f8ddffe00359f38c634fc88b1f81ac5638653
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Giulio Camuffo 2014-08-07 17:24:11 +03:00 committed by Oswald Buddenhagen
parent 9c1eef7e22
commit 5d30b5086d

View File

@ -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);