diff -r 9ff332964015 -r ff3b01ce0960 branchitem.h --- a/branchitem.h Wed Apr 01 15:06:57 2009 +0000 +++ b/branchitem.h Thu Apr 02 09:46:29 2009 +0000 @@ -4,6 +4,7 @@ #include "treeitem.h" class QString; +class BranchObj; class BranchItem:public TreeItem { @@ -21,6 +22,7 @@ virtual void tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process virtual void resetTmpUnscroll(); // scroll all tmp scrolled parents again e.g. when unselecting + BranchObj* getBranchObj(); protected: bool scrolled; // true if all children are scrolled and thus invisible