From 97683fd367d9a42aeb6caadad5daa8e07412469e Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Tue, 8 Aug 2017 10:10:03 +0200 Subject: Update documentation for ShellSurfaceItem::shellSurface The old link to XdgSurface was broken due to the rename to V5. Added the other ShellSurface implementations as well. Change-Id: I012501d93353b27bb7bb6e14e56d5baecbdae6c1 Reviewed-by: Paul Olav Tvete --- src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp b/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp index 5418d290e..9f6510476 100644 --- a/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp +++ b/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp @@ -89,18 +89,17 @@ QWaylandQuickShellSurfaceItem::QWaylandQuickShellSurfaceItem(QWaylandQuickShellS /*! * \qmlproperty object QtWaylandCompositor::ShellSurfaceItem::shellSurface * - * This property holds the shell surface rendered by this ShellSurfaceItem. - * It may either be an XdgSurface or a WlShellSurface depending on which - * shell protocol is in use. + * This property holds the ShellSurface rendered by this ShellSurfaceItem. + * It may either be an XdgSurfaceV5, WlShellSurface or IviSurface depending on which shell protocol + * is in use. */ /*! * \property QWaylandQuickShellSurfaceItem::shellSurface * - * This property holds the shell surface rendered by this - * QWaylandQuickShellSurfaceItem. It may either be a QWaylandXdgSurface or a - * QWaylandWlShellSurface depending on which shell protocol is in use. - * + * This property holds the QWaylandShellSurface rendered by this QWaylandQuickShellSurfaceItem. + * It may either be a QWaylandXdgSurfaceV5, QWaylandWlShellSurface or QWaylandIviSurface depending + * on which shell protocol is in use. */ QWaylandShellSurface *QWaylandQuickShellSurfaceItem::shellSurface() const { -- cgit v1.2.3