summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.