Add lighthouse event dispatcher API.
authorMorten Sorvig <morten.sorvig@nokia.com>
Tue, 21 Jun 2011 11:40:57 +0000 (13:40 +0200)
committerMorten Sorvig <morten.sorvig@nokia.com>
Wed, 22 Jun 2011 07:47:49 +0000 (09:47 +0200)
commit6034b2fc74fc9ec02edc8899cba4d6eeac89cb25
tree0f9a29632dc41b9c661593573243ecba3a336c7e
parentae67261a07a528df07c4c059fab4beb333b25e49
Add lighthouse event dispatcher API.

Platform plugin creation is now moved forward in
order to have a platform plugin instance at event
dispatcher creation time.

Plugins are now responsible for implementing
PlatformIntegration::createEventDispatcher and returning
an QAbstractEventDispatcher subclass.
src/plugins/platforms/wayland/qwaylandintegration.cpp
src/plugins/platforms/wayland/qwaylandintegration.h
src/plugins/platforms/wayland/wayland.pro