summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-08-07 15:00:33 +0200
committerJohan Helsing <johan.helsing@qt.io>2017-08-15 13:19:07 +0000
commit3e0128ff1ec495da04350f9713becbdd94707da6 (patch)
treeee84243158aba327b433868b85e3a182398be08e
parent6bbbee12b81bb09b0708631f78491bd9ca978315 (diff)
Remove unimplemented overload for QWaylandSeat::sendFullKeyEvent
Change-Id: I2cc4e0877d5957c0939d62ec66ed2ce72f15e7e6 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
-rw-r--r--src/compositor/compositor_api/qwaylandseat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compositor/compositor_api/qwaylandseat.h b/src/compositor/compositor_api/qwaylandseat.h
index 5af10a45a..86cf250a6 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);