diff -r c73bb30448db -r f2aab2a9b6cb branchobj.h --- a/branchobj.h Tue Oct 16 11:42:21 2007 +0000 +++ b/branchobj.h Mon Oct 22 09:50:03 2007 +0000 @@ -112,6 +112,7 @@ virtual BranchObj* moveBranchUp(BranchObj*); virtual bool canMoveBranchDown(); virtual BranchObj* moveBranchDown(BranchObj*); + virtual void sortChildren(); virtual BranchObj* linkTo (BranchObj*, int); virtual void alignRelativeTo(const QPointF ); virtual void reposition();