treemodel.h
changeset 729 7ddbe3fa34a1
parent 727 96402b172173
child 740 6dc0a20031f7
     1.1 --- a/treemodel.h	Tue Nov 04 12:09:10 2008 +0000
     1.2 +++ b/treemodel.h	Mon Dec 08 16:57:33 2008 +0000
     1.3 @@ -33,9 +33,9 @@
     1.4  	bool removeRows ( int row, int count, 
     1.5  				const QModelIndex & parent = QModelIndex() ); 
     1.6  
     1.7 -protected:
     1.8  	QModelIndex index (TreeItem* ti);
     1.9  
    1.10 +protected:
    1.11      TreeItem *rootItem;
    1.12  	static TreeItem* itFirst;
    1.13  	static TreeItem* itCur;