Integrate Blackberry Platform Services (BPS) with Qt event loop.
authorJeff Kehres <jkehres@rim.com>
Fri, 23 Mar 2012 14:43:44 +0000 (10:43 -0400)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Apr 2012 17:36:55 +0000 (19:36 +0200)
commit0723e14699704c35d5d61fa7f5e9f3bdbb378afa
treec24951538714dd0e53c1b1785d64c34072191187
parent77a816c00d80780f81dfcd723c0a287f2ddf660e
Integrate Blackberry Platform Services (BPS) with Qt event loop.

This ensures interoperability between the Blackbery C and C++ APIs
and makes it easier to expose platform services in C++ that are
exposed in BPS - since events from both APIs can be processed on
the same thread.

Change-Id: I7270adc64c26396f66d9126141500d5e58be51e7
Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com>
Reviewed-by: Giuseppe D'Angelo <dangelog@gmail.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/corelib/kernel/kernel.pri
src/corelib/kernel/qcoreapplication.cpp
src/corelib/kernel/qeventdispatcher_blackberry.cpp [new file with mode: 0644]
src/corelib/kernel/qeventdispatcher_blackberry_p.h [new file with mode: 0644]
src/corelib/thread/qthread_unix.cpp