summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandiviapplication.cpp
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-03-19 10:59:30 +0100
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-03-19 12:38:54 +0000
commit548cdde11d6148420dfb8f15d12788dba5e3260a (patch)
treeb8c80fadf71a5a989a4e7c7762cd1091354f3ab9 /src/compositor/extensions/qwaylandiviapplication.cpp
parent990982c03c092282462d8409ccd8b8365b0a9dfa (diff)
[docs] Fix qdoc warnings
Change-Id: I57e89057a238064e1270d036b656d261b85e50e7 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/compositor/extensions/qwaylandiviapplication.cpp')
-rw-r--r--src/compositor/extensions/qwaylandiviapplication.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor/extensions/qwaylandiviapplication.cpp b/src/compositor/extensions/qwaylandiviapplication.cpp
index 57b1627b5..4ac5c2735 100644
--- a/src/compositor/extensions/qwaylandiviapplication.cpp
+++ b/src/compositor/extensions/qwaylandiviapplication.cpp
@@ -140,7 +140,7 @@ QByteArray QWaylandIviApplication::interfaceName()
* \qmlsignal void QtWaylandCompositor::IviApplication::iviSurfaceRequested(WaylandSurface surface, int iviId, WaylandResource resource)
*
* This signal is emitted when the client has requested an \c ivi_surface to be associated
- * with \a surface, which is identified by \a id. The handler for this signal is
+ * with \a surface, which is identified by \a iviId. The handler for this signal is
* expected to create the ivi surface and initialize it within the scope of the
* signal emission. If no ivi surface is created, a default one will be created instead.
*/
@@ -149,7 +149,7 @@ QByteArray QWaylandIviApplication::interfaceName()
* \fn void QWaylandIviApplication::iviSurfaceRequested(QWaylandSurface *surface, uint iviId, const QWaylandResource &resource)
*
* This signal is emitted when the client has requested an \c ivi_surface to be associated
- * with \a surface, which is identified by \a id. The handler for this signal is
+ * with \a surface, which is identified by \a iviId. The handler for this signal is
* expected to create the ivi surface and initialize it within the scope of the
* signal emission. If no ivi surface is created, a default one will be created instead.
*/