Use BPS based event dispatcher
authorKevin Krammer <kevin.krammer.qnx@kdab.com>
Tue, 27 Mar 2012 12:01:38 +0000 (14:01 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 30 Apr 2012 12:01:22 +0000 (14:01 +0200)
commitfa94f01489611f2c72d1678b4d9439a584e7c4f9
treebdfbe453e9dd95a6c82b2cf465aa264e359c1f96
parent891345072e079435fc7ccce327a651f1dfe848dd
Use BPS based event dispatcher

Create a QPA specific subclass of the blackberry event dispatcher
(basically the BPS equivalent to the QUnixEventDispatcherQPA created
by createUnixEventDispatcher()).

Create an event dispatcher event filter that will receive all BPS events
and then either handle them itself or delegate to event subtype
specific handlers.

Change-Id: I112e0274156727d3aa9e5693b59d041c65be4daf
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
src/plugins/platforms/qnx/qnx.pro
src/plugins/platforms/qnx/qqnxbpseventfilter.cpp [new file with mode: 0644]
src/plugins/platforms/qnx/qqnxbpseventfilter.h [new file with mode: 0644]
src/plugins/platforms/qnx/qqnxeventdispatcher_blackberry.cpp [new file with mode: 0644]
src/plugins/platforms/qnx/qqnxeventdispatcher_blackberry.h [new file with mode: 0644]
src/plugins/platforms/qnx/qqnxintegration.cpp
src/plugins/platforms/qnx/qqnxintegration.h