Fixed typo.
--HG-- branch : feature
This commit is contained in:
parent
fb86e6c51f
commit
a1a25a39e7
|
@ -811,7 +811,7 @@ QVector<QPointF> VLayoutPiece::DetailPath() const
|
|||
QVector<VSAPoint> VLayoutPiece::PrepareAllowance(const QVector<QPointF> &points)
|
||||
{
|
||||
QVector<VSAPoint> allowancePoints;
|
||||
for(int i = 0; i < points.size(); +i)
|
||||
for(int i = 0; i < points.size(); ++i)
|
||||
{
|
||||
allowancePoints.append(VSAPoint(points.at(i)));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user