linkablemapobj.h
changeset 780 fe839bdfd10c
parent 779 1fb50e79661c
child 786 6269016c9905
     1.1 --- a/linkablemapobj.h	Tue Jul 07 09:34:24 2009 +0000
     1.2 +++ b/linkablemapobj.h	Tue Jul 07 11:21:27 2009 +0000
     1.3 @@ -70,8 +70,6 @@
     1.4  	virtual void setRelPos();				// set relPos to current parentPos
     1.5  	virtual void setRelPos(const QPointF&);	
     1.6  	virtual QPointF getRelPos();
     1.7 -	virtual void setUseOrientation (const bool &);
     1.8 -
     1.9  
    1.10  	virtual qreal getTopPad();
    1.11  	virtual qreal getLeftPad();
    1.12 @@ -147,7 +145,6 @@
    1.13  
    1.14  	QPointF	 relPos;				// position relative to childPos of parent
    1.15  	bool useRelPos;
    1.16 -	bool useOrientation;
    1.17  
    1.18  	TreeItem *treeItem;				// Crossrefence to treemodel
    1.19  };