diff -r 7f43b93242aa -r 96402b172173 treemodel.h --- a/treemodel.h Mon Oct 06 11:10:20 2008 +0000 +++ b/treemodel.h Wed Oct 29 17:42:34 2008 +0000 @@ -30,10 +30,11 @@ TreeItem *first(); TreeItem *next(); + bool removeRows ( int row, int count, + const QModelIndex & parent = QModelIndex() ); + protected: QModelIndex index (TreeItem* ti); - TreeItem *LMOToItem(LinkableMapObj*); - void setupModelData(TreeItem *parent); TreeItem *rootItem; static TreeItem* itFirst;