From 6872b71c77cf3b87c566fe5b3e8bd148a570bc4f Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Fri, 16 Mar 2018 15:01:48 +0100 Subject: Compositor: Add documentation for WaylandSurface::childAdded Change-Id: Ibcaa85986764545128a18981e17dac9838606f69 Reviewed-by: Martin Smith --- src/compositor/compositor_api/qwaylandsurface.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 @@ -870,6 +870,18 @@ void QWaylandSurfacePrivate::Subsurface::subsurface_set_desync(wl_subsurface::Re qDebug() << Q_FUNC_INFO; } +/*! + * \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) * -- cgit v1.2.3