6 lines
124 B
C++
6 lines
124 B
C++
|
|
#include "branch.h"
|
||
|
|
|
||
|
|
Branch::Branch(double ratio,const QString& from, const QString& to):ratio(ratio),from(from),to(to)
|
||
|
|
{
|
||
|
|
}
|