In some correct cases it is normal do not have intersection.

--HG--
branch : develop
This commit is contained in:
dismine 2014-11-11 10:40:27 +02:00
parent 7f2546d02c
commit f823040725

View file

@ -252,7 +252,6 @@ QPointF VGObject::LineIntersectRect(const QRectF &rec, const QLineF &line)
{
return point;
}
Q_ASSERT_X(type == QLineF::BoundedIntersection, Q_FUNC_INFO, "There is no point of intersection.");
return point;
}