summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-06-30 14:37:15 +0200
committerJohan Helsing <johan.helsing@qt.io>2016-07-04 09:26:12 +0000
commita8a3573eb4bfa59bad6aa9b2ceef4393b39f0792 (patch)
tree1ae24b325d1311d5c6460ba856f8be27cb12ff8c /src/imports
parent37479b8053b7cb9fcad79b4ecedc11925d82e1e8 (diff)
Rename bufferLock to bufferLocked
Change-Id: Ia3e0fa53579ee0d28b1d6b7384b9c6def2761a2b Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>
Diffstat (limited to 'src/imports')
-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 3025fede6..fdcc63d0f 100644
--- a/src/imports/compositor/plugins.qmltypes
+++ b/src/imports/compositor/plugins.qmltypes
@@ -379,7 +379,7 @@ Module {
Property { name: "renderObject"; type: "QObject"; isReadonly: true; isPointer: true }
Property { name: "surface"; type: "QWaylandSurface"; isPointer: true }
Property { name: "output"; type: "QWaylandOutput"; isPointer: true }
- Property { name: "bufferLock"; type: "bool" }
+ Property { name: "bufferLocked"; type: "bool" }
Property { name: "discardFrontBuffers"; type: "bool" }
Signal { name: "surfaceDestroyed" }
}