mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Revert previous commit
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3261 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -493,8 +493,8 @@ bool ConductorSegment::hasNextSegment() const {
|
||||
QPointF ConductorSegment::middle() const {
|
||||
return(
|
||||
QPointF(
|
||||
(point1.x(), point2.x()),
|
||||
(point1.y(), point2.y())
|
||||
(point1.x()+ point2.x()) / 2.0,
|
||||
(point1.y()+ point2.y()) / 2.0
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user