diff -r 3dabc6424d73 -r 4e558a15a804 mapeditor.h --- a/mapeditor.h Wed Feb 27 16:09:06 2008 +0000 +++ b/mapeditor.h Tue Apr 08 08:28:37 2008 +0000 @@ -165,8 +165,10 @@ public: /*! \brief Save the map to file */ ErrorCode save(const SaveMode &); + /* FIXME no needed any longer void setZipped(bool); //!< Set or unset compression of map with zip save map zipped bool saveZipped(); //!< True, if file will be saved zipped + */ void print(); //!< Print the map void setAntiAlias (bool); //!< Set or unset antialiasing void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps