From 3e0128ff1ec495da04350f9713becbdd94707da6 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Mon, 7 Aug 2017 15:00:33 +0200 Subject: Remove unimplemented overload for QWaylandSeat::sendFullKeyEvent Change-Id: I2cc4e0877d5957c0939d62ec66ed2ce72f15e7e6 Reviewed-by: Paul Olav Tvete --- src/compositor/compositor_api/qwaylandseat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor/compositor_api/qwaylandseat.h b/src/compositor/compositor_api/qwaylandseat.h index 5af10a45..86cf250a 100644 --- a/src/compositor/compositor_api/qwaylandseat.h +++ b/src/compositor/compositor_api/qwaylandseat.h @@ -97,7 +97,6 @@ public: void sendKeyReleaseEvent(uint code); void sendFullKeyEvent(QKeyEvent *event); - void sendFullKeyEvent(QWaylandSurface *surface, QKeyEvent *event); uint sendTouchPointEvent(QWaylandSurface *surface, int id, const QPointF &point, Qt::TouchPointState state); void sendTouchFrameEvent(QWaylandClient *client); -- cgit v1.2.1