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