diff -r ed5b407975b3 -r a8a5c7288f57 treeitem.h --- a/treeitem.h Thu Apr 23 12:15:31 2009 +0000 +++ b/treeitem.h Mon Apr 27 12:07:15 2009 +0000 @@ -22,6 +22,8 @@ TreeItem(const QList &data, TreeItem *parent = 0); ~TreeItem(); + void init(); + QString saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset);