From e3c08da30770f005210e81e62f6fcfc7064fac44 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 2 Sep 2020 12:52:04 +0200 Subject: Remove last traces of the PostScript paint engine Remove enum value, documentation, and another ### Qt 6 comment. Change-Id: I046d9581625d39c8fc8cf75287e8767501aae0cc Reviewed-by: Eirik Aavitsland --- src/gui/painting/qpaintengine.cpp | 1 - src/gui/painting/qpaintengine.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/gui/painting') diff --git a/src/gui/painting/qpaintengine.cpp b/src/gui/painting/qpaintengine.cpp index fc5c125b72..fe6ddfaffe 100644 --- a/src/gui/painting/qpaintengine.cpp +++ b/src/gui/painting/qpaintengine.cpp @@ -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 diff --git a/src/gui/painting/qpaintengine.h b/src/gui/painting/qpaintengine.h index 73727e463d..2b876356be 100644 --- a/src/gui/painting/qpaintengine.h +++ b/src/gui/painting/qpaintengine.h @@ -195,7 +195,6 @@ public: Windows, QuickDraw, CoreGraphics, MacPrinter, QWindowSystem, - PostScript, // ### Qt 6: Remove, update documentation OpenGL, Picture, SVG, -- cgit v1.2.3