Cppcheck warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-05-16 15:35:50 +03:00
parent 91a75f6f01
commit d38681b853

View File

@ -35,7 +35,7 @@
class VCurvePathItem : public QGraphicsPathItem
{
public:
VCurvePathItem(QGraphicsItem *parent = nullptr);
explicit VCurvePathItem(QGraphicsItem *parent = nullptr);
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
QWidget *widget = nullptr) Q_DECL_OVERRIDE;