summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output/qml/ShellChrome.qml
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 /examples/wayland/multi-output/qml/ShellChrome.qml
parent37479b8053b7cb9fcad79b4ecedc11925d82e1e8 (diff)
Rename bufferLock to bufferLocked
Change-Id: Ia3e0fa53579ee0d28b1d6b7384b9c6def2761a2b Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>
Diffstat (limited to 'examples/wayland/multi-output/qml/ShellChrome.qml')
-rw-r--r--examples/wayland/multi-output/qml/ShellChrome.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/multi-output/qml/ShellChrome.qml b/examples/wayland/multi-output/qml/ShellChrome.qml
index dac3eb096..b88414b25 100644
--- a/examples/wayland/multi-output/qml/ShellChrome.qml
+++ b/examples/wayland/multi-output/qml/ShellChrome.qml
@@ -45,7 +45,7 @@ ShellSurfaceItem {
id: rootChrome
onSurfaceDestroyed: {
- view.bufferLock = true;
+ view.bufferLocked = true;
destroyAnimation.start();
}