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
parent
2573e9c81d
commit
6b39f614d1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue