From b5dfc03a13014bf29d23784bc6802bb06e212558 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Fri, 10 Aug 2018 14:30:45 +0200 Subject: Docs: Fix incorrect return types in WaylandXdgSurfaceV6 Change-Id: I5ebf22aa94393645df806e8d653a98ae13117909 Reviewed-by: Venugopal Shivashankar --- src/compositor/extensions/qwaylandxdgshellv6.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compositor/extensions/qwaylandxdgshellv6.cpp b/src/compositor/extensions/qwaylandxdgshellv6.cpp index 0c2159e18..3c51a31b2 100644 --- a/src/compositor/extensions/qwaylandxdgshellv6.cpp +++ b/src/compositor/extensions/qwaylandxdgshellv6.cpp @@ -613,7 +613,7 @@ QWaylandSurface *QWaylandXdgSurfaceV6::surface() const } /*! - * \qmlproperty WaylandSurface QtWaylandCompositor::XdgSurfaceV6::toplevel + * \qmlproperty XdgToplevelV6 QtWaylandCompositor::XdgSurfaceV6::toplevel * * This property holds the properties and methods that are specific to the * toplevel XdgSurfaceV6. @@ -636,7 +636,7 @@ QWaylandXdgToplevelV6 *QWaylandXdgSurfaceV6::toplevel() const } /*! - * \qmlproperty WaylandSurface QtWaylandCompositor::XdgSurfaceV6::popup + * \qmlproperty XdgPopupV6 QtWaylandCompositor::XdgSurfaceV6::popup * * This property holds the properties and methods that are specific to the * popup XdgSurfaceV6. -- cgit v1.2.3