summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-09-26 11:24:54 +0200
committerJohan Helsing <johan.helsing@qt.io>2017-10-03 14:07:28 +0000
commit522df31c8b04ace8cfec8a7fdc4e0df6f8567a0c (patch)
treef846a85cc524b48cb46e79147fbed6e7226df2c8 /src
parent5dd7edb860efb1ebfc573ce3f3391e49d7a0eaad (diff)
Remove duplicate QML documentation of Shell.focusPolicy
Change-Id: I6c972b79555d41cba9e8c5954e595f76b580725b Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/compositor/extensions/qwaylandshell.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/compositor/extensions/qwaylandshell.cpp b/src/compositor/extensions/qwaylandshell.cpp
index 836407d36..adb5827d4 100644
--- a/src/compositor/extensions/qwaylandshell.cpp
+++ b/src/compositor/extensions/qwaylandshell.cpp
@@ -58,12 +58,6 @@ QWaylandShell::QWaylandShell(QWaylandObject *waylandObject)
}
/*!
- * \qmlproperty enum QtWaylandCompositor::Shell::focusPolicy
- *
- * This property holds the focus policy of the Shell.
- */
-
-/*!
* \enum QWaylandShell::FocusPolicy
*
* This enum type is used to specify the focus policy for shell surfaces.
@@ -73,7 +67,7 @@ QWaylandShell::QWaylandShell(QWaylandObject *waylandObject)
*/
/*!
- * \qmlproperty object QtWaylandCompositor::Shell::focusPolicy
+ * \qmlproperty enumeration QtWaylandCompositor::Shell::focusPolicy
*
* This property holds the focus policy of the Shell.
*/