diff -r 8f987e376035 -r 0fad394bc330 mapeditor.h --- a/mapeditor.h Mon Jan 04 20:36:06 2010 +0000 +++ b/mapeditor.h Wed Mar 10 15:36:19 2010 +0000 @@ -56,6 +56,7 @@ void setAntiAlias (bool); //!< Set or unset antialiasing void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps void setHideTmp (bool); //!< Hide parts temporary + void autoLayout(); //!< Auto layout of map by using collision detection public: TreeItem *findMapItem (QPointF p,TreeItem *exclude); //! find item in map at position p. Ignore item exclude