summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-03-16 15:01:48 +0100
committerJohan Helsing <johan.helsing@qt.io>2018-03-27 07:11:02 +0000
commit6872b71c77cf3b87c566fe5b3e8bd148a570bc4f (patch)
tree5b6eb3bad9f421f42b896b7e0dab08e52ab0f88c
parent2a1a4bc471d9c7bd615055a6aa84af62613c72e8 (diff)
Compositor: Add documentation for WaylandSurface::childAdded
Change-Id: Ibcaa85986764545128a18981e17dac9838606f69 Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--src/compositor/compositor_api/qwaylandsurface.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/compositor/compositor_api/qwaylandsurface.cpp b/src/compositor/compositor_api/qwaylandsurface.cpp
index 4d2676661..da398daad 100644
--- a/src/compositor/compositor_api/qwaylandsurface.cpp
+++ b/src/compositor/compositor_api/qwaylandsurface.cpp
@@ -871,6 +871,18 @@ void QWaylandSurfacePrivate::Subsurface::subsurface_set_desync(wl_subsurface::Re
}
/*!
+ * \qmlsignal QtWaylandCompositor::WaylandSurface::childAdded(WaylandSurface child)
+ *
+ * This signal is emitted when a wl_subsurface, \a child, has been added to the surface.
+ */
+
+/*!
+ * \fn void QWaylandSurface::childAdded(QWaylandSurface *child)
+ *
+ * This signal is emitted when a wl_subsurface, \a child, has been added to the surface.
+ */
+
+/*!
* \qmlsignal void QtWaylandCompositor::WaylandSurface::dragStarted(WaylandDrag drag)
*
* This signal is emitted when a \a drag has started from this surface.