From a04decb6a85ef254ec48842e7551a2920de6a714 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 19 Apr 2021 15:12:01 +0200 Subject: Docs: Add "instantiates" keywords Document what the corresponding C++ class for any given QML item is, like it's done in Qt Declarative. Pick-to: 5.15 Change-Id: I015565f88cb457f1e73dd7c2c54edff3505db395 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/compositor/extensions/qwaylandxdgshell.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/compositor/extensions/qwaylandxdgshell.cpp') diff --git a/src/compositor/extensions/qwaylandxdgshell.cpp b/src/compositor/extensions/qwaylandxdgshell.cpp index 8483f0a6b..0ca9149d7 100644 --- a/src/compositor/extensions/qwaylandxdgshell.cpp +++ b/src/compositor/extensions/qwaylandxdgshell.cpp @@ -134,6 +134,7 @@ void QWaylandXdgShellPrivate::xdg_wm_base_pong(Resource *resource, uint32_t seri /*! * \qmltype XdgShell + * \instantiates QWaylandXdgShell * \inqmlmodule QtWayland.Compositor.XdgShell * \since 5.12 * \brief Provides an extension for desktop-style user interfaces. @@ -454,6 +455,7 @@ void QWaylandXdgSurfacePrivate::xdg_surface_set_window_geometry(QtWaylandServer: /*! * \qmltype XdgSurface + * \instantiates QWaylandXdgSurface * \inqmlmodule QtWayland.Compositor.XdgShell * \since 5.12 * \brief XdgSurface provides desktop-style compositor-specific features to an xdg surface. @@ -703,6 +705,7 @@ QWaylandQuickShellIntegration *QWaylandXdgSurface::createIntegration(QWaylandQui /*! * \qmltype XdgToplevel + * \instantiates QWaylandXdgToplevel * \inqmlmodule QtWayland.Compositor.XdgShell * \since 5.12 * \brief XdgToplevel represents the toplevel window specific parts of an xdg surface. @@ -1540,6 +1543,7 @@ void QWaylandXdgToplevelPrivate::xdg_toplevel_set_minimized(QtWaylandServer::xdg /*! * \qmltype XdgPopup + * \instantiates QWaylandXdgPopup * \inqmlmodule QtWayland.Compositor.XdgShell * \since 5.12 * \brief XdgPopup represents the popup specific parts of and xdg surface. -- cgit v1.2.3