summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-08-10 14:30:45 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-08-14 05:29:15 +0000
commitb5dfc03a13014bf29d23784bc6802bb06e212558 (patch)
treeb69f2bd6e9a3394bb42be2de244cde45c057fae9
parentbbd16989e07d6da367f71a4c36234409bf018287 (diff)
Docs: Fix incorrect return types in WaylandXdgSurfaceV6
Change-Id: I5ebf22aa94393645df806e8d653a98ae13117909 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/compositor/extensions/qwaylandxdgshellv6.cpp4
1 files 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.