summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qmargins.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* doc: Fixed some qdoc errors.Martin Smith2009-09-161-3/+0
|
* doc: Fixed some qdoc errors.Martin Smith2009-09-161-1/+1
|
* Fix ambiguous overload for QTileRules constructorOlivier Goffart2009-09-151-0/+2
| | | | | | Also fix the relations in the documentation Reviewed-by: David Boddie
* Add missing \since 4.6 in the QMargins documentationOlivier Goffart2009-09-091-0/+1
|
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* doc: Fixed several qdoc errors.Martin Smith2009-09-011-5/+3
| | | | | Also removed four function declarations from QMargins that had no definitions.
* Updated lisence headers for QMarginsJens Bache-Wiig2009-08-311-13/+13
|
* Make QMargins a proper classJens Bache-Wiig2009-08-311-0/+169
Since we need QMargins for other things then the CSS helper functions in drawutil, we have to make it more generic. It is already useful for QWidget::contentsMargins for example. This ensures we have some flexibility on how to use and modify it in the future. Reviewed-by: mbm