summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qwizard_win.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings for mingwThierry Bastian2009-07-151-2/+2
| | | | | did a small refactor and used QStyleHelper::uniqueName in plastique and windows styles
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
* | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-2/+2
|/
* Fixed crash in QWizard running on old Windows systems.jasplin2009-05-181-1/+4
| | | | | | | | | | | | | When compiling the QWizard on a Windows system where QT_NO_STYLE_WINDOWSVISTA is not set and running the app on an old system that has no Vista support, the app would crash in the paint event of the Vista Back button. In this scenario, the Vista Back button is not needed (i.e. the regular Back button next to the Next button is used), so the fix is simply to avoid instanciating it altogether. Reviewed-by: janarve Task-number: 252662
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+739