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
parent
233b6534a7
commit
e3c08da307
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -195,7 +195,6 @@ public:
|
|||
Windows,
|
||||
QuickDraw, CoreGraphics, MacPrinter,
|
||||
QWindowSystem,
|
||||
PostScript, // ### Qt 6: Remove, update documentation
|
||||
OpenGL,
|
||||
Picture,
|
||||
SVG,
|
||||
|
|
|
|||
Loading…
Reference in New Issue