From a8a3573eb4bfa59bad6aa9b2ceef4393b39f0792 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 30 Jun 2016 14:37:15 +0200 Subject: Rename bufferLock to bufferLocked Change-Id: Ia3e0fa53579ee0d28b1d6b7384b9c6def2761a2b Reviewed-by: Pier Luigi Fiorini --- examples/wayland/multi-output/qml/ShellChrome.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/wayland/multi-output/qml') 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(); } -- cgit v1.2.3