Commit decd82cc authored by Sze Howe Koh's avatar Sze Howe Koh Committed by The Qt Project
Browse files

Doc: Remove PostScript print support


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

Change-Id: I1416966d36793abb0c0135586531cd76867a2bb0
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
parent 06885da7
Branches
Tags
No related merge requests found
Showing with 3 additions and 2 deletions
......@@ -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.
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment