Clazy warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-04-09 11:15:55 +03:00
parent f7e1b0942c
commit 962cde8e6e

View File

@ -991,6 +991,8 @@ QVector<VSAPoint> VPiecePath::CurveSeamAllowanceSegment(const VContainer *data,
return pointsEkv; return pointsEkv;
} }
pointsEkv.reserve(points.size());
qreal w1 = begin.GetSAAfter(); qreal w1 = begin.GetSAAfter();
qreal w2 = end.GetSABefore(); qreal w2 = end.GetSABefore();
if (w1 < 0 && w2 < 0) if (w1 < 0 && w2 < 0)