diff -r bfacef6f29c1 -r 0fad394bc330 mapeditor.h --- a/mapeditor.h Tue Mar 09 13:09:05 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