缩减元件还没成功

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-20 22:46:26 +08:00
parent 479bfc778a
commit ca60dffe53
5 changed files with 72 additions and 8 deletions

View File

@@ -12,6 +12,8 @@ struct BranchStruc
int fromNum;
int toNum;
QString id;//后面有用的
bool isZeroBranch;
bool dispose;//是否丢弃
};
struct LineStru:public BranchStruc
{