summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@theqtcompany.com>2016-04-14 09:04:25 +0200
committerJohan Helsing <johan.helsing@theqtcompany.com>2016-04-15 08:30:38 +0000
commit5d7c830f82cdaba33bfd91192e9a95b49ec155b3 (patch)
tree9cef1d78f52521c61bc5094da127cd8141e50447
parent5a0c82de4ae9dd96a924f7444027e7f218cef5d8 (diff)
Remove unused signal QWaylandSurface::pong
It appears to be a leftover from when QWaylandSurface::ping existed (which forwarded the ping event to the wl_shell interface for the client corresponding to the wl_surface). There is no guarantee that the wl_surface has a role that supports some form of ping, so it doesn't make much sense to keep the signal. Change-Id: I83a0ef5785dcf94d02c37b0a1535c3c0b0913709 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
-rw-r--r--src/compositor/compositor_api/qwaylandsurface.h1
-rw-r--r--src/imports/compositor/plugins.qmltypes1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/compositor/compositor_api/qwaylandsurface.h b/src/compositor/compositor_api/qwaylandsurface.h
index 82286cdfc..a782e5bae 100644
--- a/src/compositor/compositor_api/qwaylandsurface.h
+++ b/src/compositor/compositor_api/qwaylandsurface.h
@@ -147,7 +147,6 @@ Q_SIGNALS:
void sizeChanged();
void offsetForNextFrame(const QPoint &offset);
void contentOrientationChanged();
- void pong();
void surfaceDestroyed();
void originChanged();
void subsurfacePositionChanged(const QPoint &position);
diff --git a/src/imports/compositor/plugins.qmltypes b/src/imports/compositor/plugins.qmltypes
index f52029b65..2c83eb2f8 100644
--- a/src/imports/compositor/plugins.qmltypes
+++ b/src/imports/compositor/plugins.qmltypes
@@ -283,7 +283,6 @@ Module {
name: "offsetForNextFrame"
Parameter { name: "offset"; type: "QPoint" }
}
- Signal { name: "pong" }
Signal { name: "surfaceDestroyed" }
Signal {
name: "subsurfacePositionChanged"