mapeditor.h
changeset 766 7a71a914afdb
parent 754 db0ec4bcf416
child 767 6d2b32f305f9
     1.1 --- a/mapeditor.h	Wed May 06 11:08:38 2009 +0000
     1.2 +++ b/mapeditor.h	Thu May 07 08:48:53 2009 +0000
     1.3 @@ -26,7 +26,6 @@
     1.4  	void setAntiAlias (bool);	//!< Set or unset antialiasing
     1.5  	void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps
     1.6  public:
     1.7 -	void toggleStandardFlag(QString);	//FIXME-2 still needed?
     1.8  	TreeItem *findMapItem (QPointF p,TreeItem *exclude);	//! find item in map at position p. Ignore item exclude 
     1.9  
    1.10  	AttributeTable* attributeTable();