summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-09-26 15:55:05 +0200
committerJohan Helsing <johan.helsing@qt.io>2017-09-27 07:36:51 +0000
commitdbe33b1745d0fe5c553abaf841e045fa059ada1b (patch)
tree6933b526c1a887f8bef99afe83708ec6f065d4ad /src
parentd4f67d8414b8ddac8fb4bd3d70ae65e20a818645 (diff)
The ping method belongs to XdgShellV5, not XdgSurface
Change-Id: I9f2ed6411ab0e24a2a6e6f194abe3ffaaba96756 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
Diffstat (limited to 'src')
-rw-r--r--src/compositor/extensions/qwaylandxdgshellv5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor/extensions/qwaylandxdgshellv5.cpp b/src/compositor/extensions/qwaylandxdgshellv5.cpp
index dfb65a2f3..7ba1b4f43 100644
--- a/src/compositor/extensions/qwaylandxdgshellv5.cpp
+++ b/src/compositor/extensions/qwaylandxdgshellv5.cpp
@@ -608,7 +608,7 @@ QByteArray QWaylandXdgShellV5::interfaceName()
}
/*!
- * \qmlmethod void QtWaylandCompositor::XdgSurface::ping()
+ * \qmlmethod void QtWaylandCompositor::XdgShellV5::ping()
*
* Sends a ping event to the \a client. If the client replies to the event, the
* pong signal will be emitted.