diff options
author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2017-07-12 15:39:37 +0200 |
---|---|---|
committer | Johan Helsing <johan.helsing@qt.io> | 2017-08-09 15:58:50 +0000 |
commit | 6e6473699e3fe99b114b151c9a9e03f4dd183c89 (patch) | |
tree | 0cbe36dcec91cd2762aed485d807ea19c0c44763 /src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp | |
parent | 1ad476827975419594f7b294b5fc984ee59237ad (diff) | |
download | qtwayland-6e6473699e3fe99b114b151c9a9e03f4dd183c89.tar.gz |
Documentation: ShellSurfaceItem inherits WaylandQuickItem
Change-Id: Ia67fe4f677dd77a6c1b4d7c1762fdefa9a2aed60
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp')
-rw-r--r-- | src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp b/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp index b0a141f8..bb2f7254 100644 --- a/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp +++ b/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp @@ -47,6 +47,7 @@ QT_BEGIN_NAMESPACE /*! * \qmltype ShellSurfaceItem + * \inherits WaylandQuickItem * \inqmlmodule QtWayland.Compositor * \since 5.8 * \brief A Qt Quick item type representing a WlShellSurface. |