summaryrefslogtreecommitdiffstats
path: root/src/imports/compositor/plugins.qmltypes
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-07-06 09:34:33 +0200
committerJohan Helsing <johan.helsing@qt.io>2016-07-11 09:47:18 +0000
commitacc585d0c96665b2efab0d622250ed209155d534 (patch)
tree44374bb0d0bc13605e96b459df5aba6d7450065d /src/imports/compositor/plugins.qmltypes
parent28bee1e6b4bec3e9ea952de132530e9409463684 (diff)
Rename enableWSCursor to windowSystemCursorEnabled
What WS stood for may not have been obvious. Change-Id: Ib2a3f566e4e49d8be0c14c4937e7356b51718e44 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'src/imports/compositor/plugins.qmltypes')
-rw-r--r--src/imports/compositor/plugins.qmltypes2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/compositor/plugins.qmltypes b/src/imports/compositor/plugins.qmltypes
index fdcc63d0f..a34630923 100644
--- a/src/imports/compositor/plugins.qmltypes
+++ b/src/imports/compositor/plugins.qmltypes
@@ -127,7 +127,7 @@ Module {
Property { name: "mouseX"; type: "double"; isReadonly: true }
Property { name: "mouseY"; type: "double"; isReadonly: true }
Property { name: "containsMouse"; type: "bool"; isReadonly: true }
- Property { name: "enableWSCursor"; type: "bool" }
+ Property { name: "windowSystemCursorEnabled"; type: "bool" }
Signal { name: "hoveredChanged" }
}
Component {