diff -r 12958f987bcf -r 462d39502273 vymmodel.h --- a/vymmodel.h Wed Jul 16 10:46:14 2008 +0000 +++ b/vymmodel.h Wed Jul 16 11:56:44 2008 +0000 @@ -223,8 +223,6 @@ LinkableMapObj* findObjBySelect (const QString &s); // find MapObj by select string LinkableMapObj* findID (const QString &s); // find MapObj by previously set ID - void removeSelection (); // remove selected object - QString saveToDir (const QString&,const QString&,int, const QPointF&);// Save data recursivly to tempdir @@ -464,6 +462,8 @@ void animate(); //!< Called by timer to animate stuff public: void startAnimation(const QPointF &start, const QPointF &dest); + void stopAnimation(MapObj *mo); + //////////////////////////////////////////// // Network related ////////////////////////////////////////////