branchitem.h
changeset 780 fe839bdfd10c
parent 779 1fb50e79661c
child 785 5987f9f15bac
     1.1 --- a/branchitem.h	Tue Jul 07 09:34:24 2009 +0000
     1.2 +++ b/branchitem.h	Tue Jul 07 11:21:27 2009 +0000
     1.3 @@ -1,7 +1,6 @@
     1.4  #ifndef BRANCHITEM_H
     1.5  #define BRANCHITEM_H
     1.6  
     1.7 -//#include "treeitem.h"
     1.8  #include "mapitem.h"
     1.9  
    1.10  
    1.11 @@ -22,12 +21,6 @@
    1.12  
    1.13  	virtual void updateVisibility();
    1.14  
    1.15 -protected:
    1.16 -	QString vymLink;
    1.17 -public:	
    1.18 -	virtual void setVymLink (QString);
    1.19 -    virtual QString getVymLink ();
    1.20 -
    1.21  	virtual void setHeadingColor (QColor color); //!Overloaded from TreeItem to update QGraphicsView
    1.22  
    1.23  protected: