diff -r bf3ea1f1520b -r 59614eaf5fbb branchitem.h --- a/branchitem.h Tue Apr 28 20:53:44 2009 +0000 +++ b/branchitem.h Wed Apr 29 18:46:31 2009 +0000 @@ -19,7 +19,6 @@ QString saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset); - virtual void updateVisibility(); protected: @@ -44,8 +43,8 @@ TreeItem* findMapItem (QPointF p,TreeItem* excludeTI); //! search map for branches or images. Ignore excludeTI, where search is started virtual TreeItem* findID (QString sid); //! search map for object with ID string - BranchObj* getBranchObj(); - BranchObj* createMapObj(QGraphicsScene *scene); //! Create classic object in GraphicsView + virtual BranchObj* getBranchObj(); + virtual BranchObj* createMapObj(QGraphicsScene *scene); //! Create classic object in GraphicsView }; #endif