summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-01-21 09:45:40 +0100
committerPaul Lemire <paul.lemire@kdab.com>2016-01-23 07:43:34 +0000
commitdc67f875a083a912c04337f9a594745dd08f455c (patch)
tree816aeec9c59ef0fdc7dc079f794031d0e0cdcaf0 /examples
parent5befb16a797fe344007e47fc60349271c2a8e8bd (diff)
bigmodel-qml: Add QInputSettings component
Inputs now working without setData Change-Id: I2f287d23ef446d6955a7e0429a79b9f395cd33a9 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qt3d/bigmodel-qml/main.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/qt3d/bigmodel-qml/main.qml b/examples/qt3d/bigmodel-qml/main.qml
index 6280ad2d6..18597f1f5 100644
--- a/examples/qt3d/bigmodel-qml/main.qml
+++ b/examples/qt3d/bigmodel-qml/main.qml
@@ -49,7 +49,9 @@ Entity {
activeFrameGraph:ForwardRenderer {
camera: mainCamera
}
- }
+ },
+ // Event Source will be set by the Qt3DQuickWindow
+ InputSettings { }
]
Camera {