Remove last traces of the PostScript paint engine

Remove enum value, documentation, and another ### Qt 6 comment.

Change-Id: I046d9581625d39c8fc8cf75287e8767501aae0cc
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
bb10
Volker Hilsheimer 2020-09-02 12:52:04 +02:00
parent 233b6534a7
commit e3c08da307
2 changed files with 0 additions and 2 deletions

View File

@ -375,7 +375,6 @@ void QPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDraw
\value CoreGraphics \macos's Quartz2D (CoreGraphics)
\value QuickDraw \macos's QuickDraw
\value QWindowSystem Qt for Embedded Linux
\value PostScript (No longer supported)
\value OpenGL
\value Picture QPicture format
\value SVG Scalable Vector Graphics XML format

View File

@ -195,7 +195,6 @@ public:
Windows,
QuickDraw, CoreGraphics, MacPrinter,
QWindowSystem,
PostScript, // ### Qt 6: Remove, update documentation
OpenGL,
Picture,
SVG,