summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2016-03-12 16:37:04 +0100
committerVolker Krause <volker.krause@kdab.com>2016-03-12 16:25:13 +0000
commitead8f4700e4c611bdc931134f32e10a53d4717dd (patch)
treef4239fd4e228cc41fbc4a359c87e003ef02808e8 /examples
parentd39f7dba4fe6b598d9503a839fdde2cfc9ebefc3 (diff)
Follow KeyboardHandler API changes.
Change-Id: I35b556a6180d975647069e1c7aff6d2273a099d5 Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qt3d/playground-qml/main.qml2
-rw-r--r--examples/qt3d/wave/main.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/playground-qml/main.qml b/examples/qt3d/playground-qml/main.qml
index b6534aea4..1440b2f06 100644
--- a/examples/qt3d/playground-qml/main.qml
+++ b/examples/qt3d/playground-qml/main.qml
@@ -71,7 +71,7 @@ Entity {
KeyboardHandler {
id: keyboardHandler
- controller: keyboardController
+ sourceDevice: keyboardController
focus: true
onTabPressed: root.detailCamera = !root.detailCamera;
}
diff --git a/examples/qt3d/wave/main.qml b/examples/qt3d/wave/main.qml
index 1162db413..44d899f2d 100644
--- a/examples/qt3d/wave/main.qml
+++ b/examples/qt3d/wave/main.qml
@@ -60,7 +60,7 @@ Entity {
KeyboardHandler {
id: input
- controller: keyboard1
+ sourceDevice: keyboard1
focus: true
onTabPressed: {