From 6b39f614d18597d4b5364dbd8b56ce8125e88e45 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Thu, 12 Apr 2012 09:06:16 +0200 Subject: Remove 'using' of QPaintEngineEx methods from QRasterPaintEngine. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit drawEllipse() and the drawPolygon() overloads are all reimplemented, so there is no point having this here. Change-Id: I343cea0dd0fff2ed6a27be2a19459056e929f9d8 Reviewed-by: Samuel Rødal --- src/gui/painting/qpaintengine_raster_p.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gui/painting/qpaintengine_raster_p.h') diff --git a/src/gui/painting/qpaintengine_raster_p.h b/src/gui/painting/qpaintengine_raster_p.h index f1310a5dca..45c8f01de2 100644 --- a/src/gui/painting/qpaintengine_raster_p.h +++ b/src/gui/painting/qpaintengine_raster_p.h @@ -207,13 +207,6 @@ public: ClipType clipType() const; QRect clipBoundingRect() const; -#ifdef Q_NO_USING_KEYWORD - inline void drawEllipse(const QRect &rect) { QPaintEngineEx::drawEllipse(rect); } -#else - using QPaintEngineEx::drawPolygon; - using QPaintEngineEx::drawEllipse; -#endif - void releaseBuffer(); QSize size() const; -- cgit v1.2.3