1.1 --- a/mapeditor.h Tue Jun 06 14:58:11 2006 +0000
1.2 +++ b/mapeditor.h Thu Jul 06 15:39:54 2006 +0000
1.3 @@ -81,8 +81,8 @@
1.4 HideTmpMode getHideTmpMode(); // temporary hide stuff
1.5 public:
1.6 void setExportMode (bool); // temporary hide stuff during export
1.7 - void exportImage (QString fn); // export as PNG
1.8 - void exportImage (QString fn, int); // export in given format
1.9 + void exportImage (QString fn); // export as PNG
1.10 + void exportImage (QString fn, QString); // export in given format
1.11 void exportOOPresentation(const QString &,const QString &);
1.12 void exportXML(const QString&); // export to directory
1.13 void clear(); // clear map
1.14 @@ -235,7 +235,6 @@
1.15 QString fileDir; // dir where file is saved
1.16 QString destPath; // path to .vym file (needed for vymlinks)
1.17 QString mapName; // fileName without ".vym"
1.18 - QString lastImageDir; // save dir for adding images
1.19
1.20 bool isInteractive; // non interactive don't need tmpdirs
1.21 QString tmpMapDir; // tmp directory with data for undo/redo