treemodel.h
changeset 754 db0ec4bcf416
parent 750 ff3b01ce0960
child 772 e3f722759c7e
     1.1 --- a/treemodel.h	Tue Apr 07 16:15:53 2009 +0000
     1.2 +++ b/treemodel.h	Mon Apr 20 10:42:05 2009 +0000
     1.3 @@ -36,8 +36,10 @@
     1.4  				const QModelIndex & parent = QModelIndex() ); 
     1.5  
     1.6  	TreeItem* getItem (const QModelIndex &index) const;
     1.7 +	TreeItem* getRootItem();
     1.8  	QModelIndex index (TreeItem* ti);
     1.9  
    1.10 +
    1.11  protected:
    1.12      TreeItem *rootItem;
    1.13  };