summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/qml/main.qml
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-03 12:36:56 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-04 16:12:47 +0200
commita814616ff34bf5901fc299c6ba91c80cad39922d (patch)
treea21c4ff1b19ee99d144bb991e1b0774478f053c4 /examples/wayland/pure-qml/qml/main.qml
parent19b6e928cd57a3a89ecc6b350aff2e6a1d2f9bce (diff)
Rename automaticFrameCallbacks to automaticFrameCallback
and: - add a signal for when it changes - change default to true Change-Id: Ifb7d29756f554dbd2a2594c935442ba9f4956c5c
Diffstat (limited to 'examples/wayland/pure-qml/qml/main.qml')
-rw-r--r--examples/wayland/pure-qml/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml
index bcdab7e37..66382c479 100644
--- a/examples/wayland/pure-qml/qml/main.qml
+++ b/examples/wayland/pure-qml/qml/main.qml
@@ -81,7 +81,7 @@ WaylandCompositor {
var screen = screenComponent.createObject(0, { "compositor" : compositor } );
primarySurfacesArea = screen.surfacesArea;
var output = compositor.primaryOutputSpace.addOutputWindow(screen);
- output.automaticFrameCallbacks = true;
+ output.automaticFrameCallback = true;
}
Component.onCompleted: {