Remove 'using' of QPaintEngineEx methods from QRasterPaintEngine.

drawEllipse() and the drawPolygon() overloads are all reimplemented, so there is
no point having this here.

Change-Id: I343cea0dd0fff2ed6a27be2a19459056e929f9d8
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
bb10
Robin Burchell 2012-04-12 09:06:16 +02:00 committed by Qt by Nokia
parent 2573e9c81d
commit 6b39f614d1
1 changed files with 0 additions and 7 deletions

View File

@ -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;