treeitem.h
changeset 756 a8a5c7288f57
parent 755 ed5b407975b3
child 758 04039e47ac74
     1.1 --- a/treeitem.h	Thu Apr 23 12:15:31 2009 +0000
     1.2 +++ b/treeitem.h	Mon Apr 27 12:07:15 2009 +0000
     1.3 @@ -22,6 +22,8 @@
     1.4  
     1.5      TreeItem(const QList<QVariant> &data, TreeItem *parent = 0);
     1.6      ~TreeItem();
     1.7 +	void init();
     1.8 +
     1.9  	QString saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset);
    1.10  
    1.11