treemodel.h
changeset 772 e3f722759c7e
parent 754 db0ec4bcf416
child 773 340bc29da9a0
     1.1 --- a/treemodel.h	Mon May 18 11:22:41 2009 +0000
     1.2 +++ b/treemodel.h	Wed May 20 15:40:14 2009 +0000
     1.3 @@ -30,8 +30,10 @@
     1.4  
     1.5  	BranchItem* next(BranchItem* &current, BranchItem* &previous, int &d0);
     1.6  
     1.7 +/*
     1.8  	bool insertRows ( int row, int count, 
     1.9  				const QModelIndex & parent = QModelIndex() ); 
    1.10 +*/				
    1.11  	bool removeRows ( int row, int count, 
    1.12  				const QModelIndex & parent = QModelIndex() ); 
    1.13