summaryrefslogtreecommitdiffstats
path: root/src/gui/symbian/qsymbianevent.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up the API of the Symbian event hooks.axis2009-10-211-0/+104
The two major points were: - Replacing "s60" with "symbian" in all event handling functions, since there is nothing S60-specific about them. - Replace the Symbian event types with the encapsulating QSymbianEvent container. This allows us to cope with more types of events in the future without having to add new virtual functions. AutoTest: QWidget passed Task: QT-1156 RevBy: Jason Barron RevBy: Shane Kearns RevBy: Sami Merila