treemodel.h
changeset 727 96402b172173
parent 726 7f43b93242aa
child 729 7ddbe3fa34a1
     1.1 --- a/treemodel.h	Mon Oct 06 11:10:20 2008 +0000
     1.2 +++ b/treemodel.h	Wed Oct 29 17:42:34 2008 +0000
     1.3 @@ -30,10 +30,11 @@
     1.4  	TreeItem *first();
     1.5  	TreeItem *next();
     1.6  
     1.7 +	bool removeRows ( int row, int count, 
     1.8 +				const QModelIndex & parent = QModelIndex() ); 
     1.9 +
    1.10  protected:
    1.11  	QModelIndex index (TreeItem* ti);
    1.12 -	TreeItem *LMOToItem(LinkableMapObj*);
    1.13 -    void setupModelData(TreeItem *parent);
    1.14  
    1.15      TreeItem *rootItem;
    1.16  	static TreeItem* itFirst;