From 23401a1462ffd601172d17365ff07118f198c438 Mon Sep 17 00:00:00 2001 From: John Layt Date: Thu, 23 Jan 2014 14:44:45 +0100 Subject: QPrinter - Enable changing of Orientation on Mac Since OSX 10.4 it has been possible to change the page orientation during a print job. Task-number: QTBUG-27630 Change-Id: Ic3c69e83afebbb9267ef6f435f968aeef2b72963 Reviewed-by: Lars Knoll --- src/printsupport/kernel/qprinter.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/printsupport/kernel/qprinter.cpp') diff --git a/src/printsupport/kernel/qprinter.cpp b/src/printsupport/kernel/qprinter.cpp index 86985fa7ca..496883f44b 100644 --- a/src/printsupport/kernel/qprinter.cpp +++ b/src/printsupport/kernel/qprinter.cpp @@ -938,11 +938,9 @@ QPrinter::Orientation QPrinter::orientation() const The printer driver reads this setting and prints using the specified orientation. - On Windows, this option can be changed while printing and will + On Windows and Mac, this option can be changed while printing and will take effect from the next call to newPage(). - On Mac OS X, changing the orientation during a print job has no effect. - \sa orientation() */ -- cgit v1.2.3