summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qprintengine_mac.mm
Commit message (Collapse)AuthorAgeFilesLines
* Fix QPrinter::setPrinterName()/QPrinter::printerName() on the Mac.Trond Kjernåsen2009-04-161-28/+38
| | | | | | | | | | | | QPrinter::printerName() used to return the CUPS printer queue name instead of the user-set printer name, which was wrong. In addition, if trying to set the printer name to a non-valid printer, the default printer was still used internally, which is not correct. As sonn as an invalid name is set, the printer now enters an invalid state, which it can only get out of by setting a valid printer name. Task-number: 199271 Reviewed-by: Gunnar
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+926