summaryrefslogtreecommitdiffstats
path: root/src/imports/compositor/plugins.qmltypes
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 /src/imports/compositor/plugins.qmltypes
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>
Diffstat (limited to 'src/imports/compositor/plugins.qmltypes')
-rw-r--r--src/imports/compositor/plugins.qmltypes1
1 files changed, 0 insertions, 1 deletions
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"