Cppcheck warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-05-27 17:21:48 +03:00
parent e9a89f52cb
commit c2091c6337

View File

@ -45,7 +45,7 @@ public:
VLayoutPiecePathData() VLayoutPiecePathData()
{} {}
VLayoutPiecePathData(const QVector<QPointF> &points) explicit VLayoutPiecePathData(const QVector<QPointF> &points)
: m_points(points) : m_points(points)
{} {}