Fix compiler warnings.
This commit is contained in:
parent
4729d51dd5
commit
161d019f29
|
@ -67,6 +67,10 @@ class VDxfEngine final : public QPaintEngine
|
||||||
friend class VDxfPaintDevice;
|
friend class VDxfPaintDevice;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
using QPaintEngine::drawEllipse;
|
||||||
|
using QPaintEngine::drawLines;
|
||||||
|
using QPaintEngine::drawPolygon;
|
||||||
|
|
||||||
VDxfEngine();
|
VDxfEngine();
|
||||||
~VDxfEngine() override;
|
~VDxfEngine() override;
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,9 @@ class QTextStream;
|
||||||
class VObjEngine final : public QPaintEngine
|
class VObjEngine final : public QPaintEngine
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
using QPaintEngine::drawPoints;
|
||||||
|
using QPaintEngine::drawPolygon;
|
||||||
|
|
||||||
VObjEngine();
|
VObjEngine();
|
||||||
~VObjEngine() override = default;
|
~VObjEngine() override = default;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user