cimforreduceloss/testHasttable/element/branch.cpp

6 lines
98 B
C++

#include "branch.h"
Branch::Branch(const QString& from, const QString& to):from(from),to(to)
{
}