[QNX] Enable MT screen event handling on Blackberry
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>
Wed, 20 Jun 2012 09:22:32 +0000 (11:22 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 26 Jun 2012 09:07:20 +0000 (11:07 +0200)
commit9e66ee2d59d28d61e06e5c57485f1a331b82f269
tree2ed7fd840cbc77f9622f40fd267f1dd9cad40fbc
parent197b145a23564910f6316ca0b2f9a1b39efaf9ef
[QNX] Enable MT screen event handling on Blackberry

Consuming incoming screen events through the BPS event
dispatcher on its current incarnation has proven to be
very inefficient since it cannot put up with the screen
event throughput. This patch enables the screen event
thread also for Q_OS_BLACKBERRY platforms, in addition
to stock QNX. This behavior can still be configured
through the project file, though.

Task-number: QTBUG-26177
Change-Id: I98a3b22549c9fbf0c16b5a8c39a55c1eaa6ec1f4
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
src/plugins/platforms/qnx/qnx.pro
src/plugins/platforms/qnx/qqnxbpseventfilter.cpp
src/plugins/platforms/qnx/qqnxintegration.cpp