@@ -1,7 +1,8 @@
|
||||
#include "line.h"
|
||||
|
||||
Line::Line(const QPair<QString,QString>& fromTo, ACLineSegment* ac):Branch(1,fromTo.first,fromTo.second)
|
||||
Line::Line(const QPair<QString,QString>& fromTo, ACLineSegment* ac):Branch(fromTo.first,fromTo.second)
|
||||
{
|
||||
this->ratio=1;
|
||||
this->ac=ac;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user