summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintdevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-151-0/+5
| | | | | | | | | | Custom window surfaces, graphics systems, and Qt/Embedded screen drivers often need to access QPaintDevice::metric(), but it is protected. Hence the growing number of friends in QWidget and QImage. The qt_paint_device_metric() function provides a more future-proof approach that doesn't require lots of friends. Reviewed-by: Gunnar
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Compile fix with namespaceshjk2009-08-181-0/+2
|
* QPaintDevice implemented in qpaintdevice.cpp. Saves duplicated codeGunnar Sletta2009-08-171-0/+66
Reviewed-by: Eskil