cimforreduceloss/testHasttable/element/branch.cpp

6 lines
115 B
C++

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