Cppcheck warning.
--HG-- branch : develop
This commit is contained in:
parent
91a75f6f01
commit
d38681b853
|
@ -35,7 +35,7 @@
|
||||||
class VCurvePathItem : public QGraphicsPathItem
|
class VCurvePathItem : public QGraphicsPathItem
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
VCurvePathItem(QGraphicsItem *parent = nullptr);
|
explicit VCurvePathItem(QGraphicsItem *parent = nullptr);
|
||||||
|
|
||||||
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||||
QWidget *widget = nullptr) Q_DECL_OVERRIDE;
|
QWidget *widget = nullptr) Q_DECL_OVERRIDE;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user