diff -r 25a77484ec72 -r db0ec4bcf416 mapeditor.h --- a/mapeditor.h Tue Apr 07 16:15:53 2009 +0000 +++ b/mapeditor.h Mon Apr 20 10:42:05 2009 +0000 @@ -26,8 +26,8 @@ void setAntiAlias (bool); //!< Set or unset antialiasing void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps public: - void toggleStandardFlag(QString); - + void toggleStandardFlag(QString); //FIXME-2 still needed? + TreeItem *findMapItem (QPointF p,TreeItem *exclude); //! find item in map at position p. Ignore item exclude AttributeTable* attributeTable(); void testFunction1(); // just testing new stuff