diff -r 01f2f6d6789d -r e3f722759c7e treemodel.h --- a/treemodel.h Mon May 18 11:22:41 2009 +0000 +++ b/treemodel.h Wed May 20 15:40:14 2009 +0000 @@ -30,8 +30,10 @@ BranchItem* next(BranchItem* ¤t, BranchItem* &previous, int &d0); +/* bool insertRows ( int row, int count, const QModelIndex & parent = QModelIndex() ); +*/ bool removeRows ( int row, int count, const QModelIndex & parent = QModelIndex() );