From decd82cc24e0fb30da8375dcf4f41b585d313909 Mon Sep 17 00:00:00 2001
From: Sze Howe Koh <szehowe.koh@gmail.com>
Date: Fri, 10 May 2013 23:01:39 +0800
Subject: [PATCH] Doc: Remove PostScript print support

PostScript support was removed back in 2011, but not documented then:
34f712e79e97b757b4426e1ffa09e065c9e379a1 (qtbase.git)

Change-Id: I1416966d36793abb0c0135586531cd76867a2bb0
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
---
 doc/src/graphics.qdoc      | 4 ++--
 doc/src/source-breaks.qdoc | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/src/graphics.qdoc b/doc/src/graphics.qdoc
index 6a3e3a40..788ac037 100644
--- a/doc/src/graphics.qdoc
+++ b/doc/src/graphics.qdoc
@@ -163,11 +163,11 @@ need to be direct.
 \section1 Printing
 
 Qt supports printing both directly to actual printers, locally or on the
-network, as well as producing PDF or PostScript output. How to do printing with
+network, as well as producing PDF output. How to do printing with
 Qt is described in detail on the \l {Qt Print Support} page.
 
 To be able to access the Qt printing classes from your application or library, see
-the \l {Qt Print Support module} page.
+the \l {Qt Print Support} module page.
 
 
 
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index 912254f0..e6fc7685 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -292,6 +292,7 @@ The following sections lists the API changes in each module and provides recomme
     \list
      \li The \l{QPageSetupDialog::PageSetupDialogOption} enum and the corresponding set and get functions, \c{QPageSetupDialog::options()}
          and \c{QPageSetupDialog::setOptions()} are removed.
+     \li Support for printing PostScript files has been removed.
     \endlist
 
 \section1 Changes to Qt Network
-- 
GitLab