treemodel.h
changeset 804 14f2b1b15242
parent 793 cac93797c580
child 847 43268373032d
     1.1 --- a/treemodel.h	Fri Oct 02 14:31:03 2009 +0000
     1.2 +++ b/treemodel.h	Fri Nov 13 08:32:03 2009 +0000
     1.3 @@ -29,7 +29,7 @@
     1.4      int rowCount(const QModelIndex &parent = QModelIndex()) const;
     1.5      int columnCount(const QModelIndex &parent = QModelIndex()) const;
     1.6  
     1.7 -	BranchItem* next(BranchItem* &current, BranchItem* &previous, BranchItem* start=NULL);
     1.8 +	BranchItem* nextBranch (BranchItem* &current, BranchItem* &previous, bool deepLevelsFirst=true, BranchItem* start=NULL);
     1.9  
    1.10  	bool removeRows ( int row, int count, 
    1.11  				const QModelIndex & parent = QModelIndex() );