# HG changeset patch # User insilmaril # Date 1241030791 0 # Node ID 59614eaf5fbb7ef7220bc4ddc1eb95e036a87e31 # Parent bf3ea1f1520b053a751a771e11cb1c935b303793 started to save data like positions outside of MapObj & Co diff -r bf3ea1f1520b -r 59614eaf5fbb branchitem.cpp --- a/branchitem.cpp Tue Apr 28 20:53:44 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: "<