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