diff -r 0bba81dde1bc -r 43268373032d branchobj.h --- a/branchobj.h Fri Feb 19 13:47:03 2010 +0000 +++ b/branchobj.h Wed Jun 09 13:14:08 2010 +0000 @@ -51,11 +51,10 @@ virtual void calcBBoxSizeWithChildren(); // calc size of BBox including children recursivly virtual void setAnimation(const AnimPoint &ap); + virtual void stopAnimation(); virtual bool animate(); protected: - QList xlink; // xlinks to other branches - AnimPoint anim; };