diff -r cac93797c580 -r bfacef6f29c1 treemodel.h --- a/treemodel.h Wed Sep 09 12:57:06 2009 +0000 +++ b/treemodel.h Tue Mar 09 13:09:05 2010 +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() );