summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandxdgshellv5.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-04-24 16:02:54 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-04-26 08:15:23 +0000
commit1da2871ad105ca8daf1cc3c055703f14d343209f (patch)
treeaf0f60a60e71f6fb116c4acf08607006753032f7 /src/compositor/extensions/qwaylandxdgshellv5.cpp
parent014dd47b284325c32e8b404cf59852b810cc51ad (diff)
Doc: add info about parameters
qwaylandquickitem.cpp:1076: warning: Undocumented return value qwaylandxdgshellv5.cpp:614: warning: Undocumented parameter 'client' in QWaylandXdgShellV5::ping() qwaylandxdgshellv5.cpp:614: warning: No such parameter 'pong' in QWaylandXdgShellV5::ping() Change-Id: I9d058ba64f75285d1dd0591c2cc21987cabfe4bb Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com>
Diffstat (limited to 'src/compositor/extensions/qwaylandxdgshellv5.cpp')
-rw-r--r--src/compositor/extensions/qwaylandxdgshellv5.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compositor/extensions/qwaylandxdgshellv5.cpp b/src/compositor/extensions/qwaylandxdgshellv5.cpp
index 5d1fb03a5..90e505bdc 100644
--- a/src/compositor/extensions/qwaylandxdgshellv5.cpp
+++ b/src/compositor/extensions/qwaylandxdgshellv5.cpp
@@ -607,13 +607,13 @@ QByteArray QWaylandXdgShellV5::interfaceName()
/*!
* \qmlmethod void QtWaylandCompositor::XdgSurface::ping()
*
- * Sends a ping event to the client. If the client replies to the event the
- * \a pong signal will be emitted.
+ * Sends a ping event to the \a client. If the client replies to the event, the
+ * pong signal will be emitted.
*/
/*!
- * Sends a ping event to the client. If the client replies to the event the
- * \a pong signal will be emitted.
+ * Sends a ping event to the \a client. If the client replies to the event, the
+ * pong signal will be emitted.
*/
uint QWaylandXdgShellV5::ping(QWaylandClient *client)
{