diff -r 57ce1ba6d1cb -r 01f2f6d6789d branchitem.cpp --- a/branchitem.cpp Mon May 18 09:41:31 2009 +0000 +++ b/branchitem.cpp Mon May 18 11:22:41 2009 +0000 @@ -45,7 +45,7 @@ branchCounter++; } -QString BranchItem::saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset) //FIXME-1 +QString BranchItem::saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset) //FIXME-3 Check if everything is saved... { // Cloudy stuff can be hidden during exports if (hidden) return QString(); @@ -150,7 +150,7 @@ return s; } -void BranchItem::updateVisibility() // FIXME-1 +void BranchItem::updateVisibility() // FIXME-3 Check if this is needed after all... { }