summaryrefslogtreecommitdiffstats
path: root/bin/fixqt4headers
Commit message (Collapse)AuthorAgeFilesLines
* Move printing into it's own libraryLars Knoll2011-08-191-1/+1
| | | | | | | | | | | | Create a libQtPrintSupport library that contains our current printing infrastructure. Long term this will get replaced with a libQtPrint, as the current architecture is not really maintainable. Change-Id: I7362fff6786b58c5b4e9213c23eda36d15048aa2 Reviewed-on: http://codereview.qt.nokia.com/3209 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
* include .cc and .CC in fix headers scriptGunnar Sletta2011-08-111-1/+1
| | | | | | | Change-Id: Ie8903d59013535e04537c1a5b50fa710a02cb8f0 Reviewed-on: http://codereview.qt.nokia.com/2849 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* replace generic <QtGui> header as wellLars Knoll2011-05-081-0/+3
|
* small script to fix Qt4 include headersLars Knoll2011-05-071-0/+20
The script goes through all includes of the style of and changes them to <QtWidget/QAction> Simply run over your source code to get most compile errors due to classes that moved between different Qt libraries fixed.