linkablemapobj.h
changeset 791 f1006de05c54
parent 790 133e2ed6b9c5
child 798 d251c7b2de54
     1.1 --- a/linkablemapobj.h	Thu Sep 03 08:52:00 2009 +0000
     1.2 +++ b/linkablemapobj.h	Mon Sep 07 15:36:57 2009 +0000
     1.3 @@ -16,8 +16,7 @@
     1.4  The links are connecting the branches (BranchObj) and images (FloatImageObj) in the map.
     1.5  */
     1.6  
     1.7 -class LinkableMapObj:public QObject, public MapObj {
     1.8 -	Q_OBJECT		// FIXME-3 really needed here?
     1.9 +class LinkableMapObj:public MapObj {
    1.10  public:
    1.11  	/*! Orientation of an object depends on the position relative to the parent */
    1.12  	enum Orientation {
    1.13 @@ -50,7 +49,7 @@
    1.14      LinkableMapObj ();
    1.15      LinkableMapObj (QGraphicsScene*, TreeItem *ti=NULL);
    1.16      LinkableMapObj (LinkableMapObj*);
    1.17 -    ~LinkableMapObj ();
    1.18 +    virtual ~LinkableMapObj ();
    1.19  	virtual void delLink();
    1.20      virtual void init ();
    1.21      virtual void copy (LinkableMapObj*);