summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2016-08-14 11:06:59 +0200
committerPier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>2016-08-15 09:39:43 +0000
commitf964f85dde7b847a725371da80b4860735a0aa28 (patch)
treeed6247d5283f283c38d57efc68090068ae9eff09 /src
parent5b222098649674042ca721583abcbee22ea60930 (diff)
Compositor: Document QWaylandWlShellSurface shell property
Change-Id: Ibc872de6aa379fbad0a2a0cd0df4319a87a77620 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/compositor/extensions/qwaylandwlshell.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandwlshell.cpp b/src/compositor/extensions/qwaylandwlshell.cpp
index 822f6f9ef..a644e4f4d 100644
--- a/src/compositor/extensions/qwaylandwlshell.cpp
+++ b/src/compositor/extensions/qwaylandwlshell.cpp
@@ -550,6 +550,17 @@ QWaylandSurface *QWaylandWlShellSurface::surface() const
return d->m_surface;
}
+/*!
+ * \qmlproperty object QtWaylandCompositor::WlShellSurface::shell
+ *
+ * This property holds the shell associated with this WlShellSurface.
+ */
+
+/*!
+ * \property QWaylandWlShellSurface::shell
+ *
+ * This property holds the shell associated with this QWaylandWlShellSurface.
+ */
QWaylandWlShell *QWaylandWlShellSurface::shell() const
{
Q_D(const QWaylandWlShellSurface);