diff -r 04039e47ac74 -r 59614eaf5fbb branchitem.cpp --- a/branchitem.cpp Tue Apr 28 09:51:48 2009 +0000 +++ b/branchitem.cpp Wed Apr 29 18:46:31 2009 +0000 @@ -13,6 +13,7 @@ scrolled=false; tmpUnscrolled=false; + type=Branch; } BranchItem::~BranchItem() @@ -44,15 +45,16 @@ branchCounter++; } -QString BranchItem::saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset) +QString BranchItem::saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset) //FIXME-1 { + cout << "BI::saveToDir: "<