Correction mineure du code suite a la revision precedente.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@592 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-04-16 22:46:01 +00:00
parent e48b7116a5
commit c3769490f6

View File

@@ -1202,7 +1202,6 @@ QList<QPointF> Conductor::junctions() const {
// parcoure les segments a la recherche d'un point commun
for (int j = 0 ; j < c_segments.count() ; ++ j) {
ConductorSegment *segment = c_segments[j];
QRectF rect(segment -> firstPoint(), segment -> secondPoint());
// un point commun a ete trouve sur ce segment
if (isContained(conductor_point, segment -> firstPoint(), segment -> secondPoint())) {
is_junction = true;