summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandtouch.h
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-08-09 12:53:08 +0200
committerJohan Helsing <johan.helsing@qt.io>2016-08-09 13:14:21 +0000
commit4915086dcfe82f39cdc52e0cac737db4c2ed5e98 (patch)
treef0e258ac990310af8d569e14c1a4ef33048e8dc9 /src/compositor/compositor_api/qwaylandtouch.h
parent8bd79c7d37bc5dc72e9fffb43e01bd7ddc93b94f (diff)
Compositor API: Remove mouseFocus method from QWaylandTouch
It's redundant API because it's already possible to get it through both QWaylandInputDevice and QWaylandPointer. Change-Id: Id5522909f1c12ef3e8f0301f7e94cdc77aa68e10 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'src/compositor/compositor_api/qwaylandtouch.h')
-rw-r--r--src/compositor/compositor_api/qwaylandtouch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compositor/compositor_api/qwaylandtouch.h b/src/compositor/compositor_api/qwaylandtouch.h
index b6c40ea96..670e892f4 100644
--- a/src/compositor/compositor_api/qwaylandtouch.h
+++ b/src/compositor/compositor_api/qwaylandtouch.h
@@ -72,7 +72,6 @@ public:
wl_resource *focusResource() const;
- QWaylandView *mouseFocus() const;
private:
void focusDestroyed(void *data);
void mouseFocusChanged(QWaylandView *newFocus, QWaylandView *oldFocus);