summaryrefslogtreecommitdiffstats
path: root/src/compositor
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-09-13 13:05:00 +0200
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-09-13 14:22:14 +0200
commit2fd2aab176357a917451530437a6a1a6bf8c0168 (patch)
tree6d870328d2494971b30312f96b05790e6296bbdd /src/compositor
parenta85e1542de6fcd84de22955c8aa764e8c8317331 (diff)
Compositor: Add missing \since doc tags for inhibitsIdle properties
Change-Id: I42056cdc57e9b7093f17825502103f1f434850d5 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
Diffstat (limited to 'src/compositor')
-rw-r--r--src/compositor/compositor_api/qwaylandsurface.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compositor/compositor_api/qwaylandsurface.cpp b/src/compositor/compositor_api/qwaylandsurface.cpp
index 2265b41c0..ae697e91d 100644
--- a/src/compositor/compositor_api/qwaylandsurface.cpp
+++ b/src/compositor/compositor_api/qwaylandsurface.cpp
@@ -766,6 +766,7 @@ bool QWaylandSurface::isCursorSurface() const
/*!
* \qmlproperty bool QtWaylandCompositor::WaylandSurface::inhibitsIdle
+ * \since 5.14
*
* This property holds whether this surface is intended to inhibit the idle
* behavior of the compositor such as screen blanking, locking and screen saving.
@@ -775,6 +776,7 @@ bool QWaylandSurface::isCursorSurface() const
/*!
* \property QWaylandSurface::inhibitsIdle
+ * \since 5.14
*
* This property holds whether this surface is intended to inhibit the idle
* behavior of the compositor such as screen blanking, locking and screen saving.