From b9adf2a90ec43a1ae89b9a68005fc382399d7592 Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Sat, 11 May 2013 09:56:48 +0800 Subject: Clean up old PostScript printing code PostScript support was removed back in 2011: 34f712e79e97b757b4426e1ffa09e065c9e379a1 - The QPSPrint* classes are gone - The QPrinter::OutputFormat enum only has NativeFormat and PdfFormat constants - QPaintEngine::PostScript is unused now Change-Id: I27d595b92341f41e14bd1e4fd860eac6826d7890 Reviewed-by: Lars Knoll --- src/gui/painting/qpaintengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/painting/qpaintengine.cpp') diff --git a/src/gui/painting/qpaintengine.cpp b/src/gui/painting/qpaintengine.cpp index ac4589df40..aa175c2d65 100644 --- a/src/gui/painting/qpaintengine.cpp +++ b/src/gui/painting/qpaintengine.cpp @@ -374,7 +374,7 @@ void QPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDraw \value CoreGraphics Mac OS X's Quartz2D (CoreGraphics) \value QuickDraw Mac OS X's QuickDraw \value QWindowSystem Qt for Embedded Linux - \value PostScript + \value PostScript (No longer supported) \value OpenGL \value Picture QPicture format \value SVG Scalable Vector Graphics XML format -- cgit v1.2.3