summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-qml/main.qml
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-01-21 09:39:39 +0100
committerPaul Lemire <paul.lemire@kdab.com>2016-01-22 14:29:38 +0000
commit5b9d76185e899082cfe3d989cb3f45029a259202 (patch)
tree20431c9b305a2b1868cd3405e257f1a99c29cb8e /examples/qt3d/simple-qml/main.qml
parent86177b98e27a9d376e35039454986ff7de8f3104 (diff)
QInputAspect: create EventSourceSetterHelper in main thread
Turns out that on initialize is called in the AspectThread. Since event filters objects need to be created in the same thread as the event source (the main thread), code has to be corrected. Now the eventSourceHelper is created directly by the InputHandler when it is created (as it's created in the main thread). Then onInitialize only takes care of setting the eventFilterService which isn't available before. Change-Id: I2cb18372337793230625f699a2ed51c7331af971 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/simple-qml/main.qml')
0 files changed, 0 insertions, 0 deletions