summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-05-10 23:01:39 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-11 01:39:54 +0200
commitdecd82cc24e0fb30da8375dcf4f41b585d313909 (patch)
treef566f00db8166e6256e524e16e86d0f200af9f6f
parent06885da787defa8d38f693a4e7f067bbd5cfe159 (diff)
downloadqtdoc-decd82cc24e0fb30da8375dcf4f41b585d313909.tar.gz
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>
-rw-r--r--doc/src/graphics.qdoc4
-rw-r--r--doc/src/source-breaks.qdoc1
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