diff -r 338ebdc9b947 -r 14f2b1b15242 treemodel.h --- a/treemodel.h Fri Oct 02 14:31:03 2009 +0000 +++ b/treemodel.h Fri Nov 13 08:32:03 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() );