diff -r cac93797c580 -r b163492fda17 treemodel.h --- a/treemodel.h Wed Sep 09 12:57:06 2009 +0000 +++ b/treemodel.h Wed Nov 25 15:27:22 2009 +0000 @@ -29,7 +29,7 @@ int rowCount(const QModelIndex &parent = QModelIndex()) const; int columnCount(const QModelIndex &parent = QModelIndex()) const; - BranchItem* next(BranchItem* ¤t, BranchItem* &previous, BranchItem* start=NULL); + BranchItem* nextBranch (BranchItem* ¤t, BranchItem* &previous, bool deepLevelsFirst=true, BranchItem* start=NULL); bool removeRows ( int row, int count, const QModelIndex & parent = QModelIndex() );