summaryrefslogtreecommitdiffstats
path: root/tests/auto/qs60mainapplication
Commit message (Collapse)AuthorAgeFilesLines
* Added support for using custom application objects on S60.axis2009-09-232-0/+137
With this patch, the application developer can use his own CEikApplication, CEikDocument and CEikAppUi classes with Qt, by deriving from QS60MainApplication, QSMainDocument and QS60MainAppUi, respectively. He can then register a factory function in the QApplication constructor to have his own objects created during the framework initialization. This patch also fixes some Qt code style issues. RevBy: Jason Barron RevBy: mread RevBy: Sami Merila RevBy: Shane Kearns