mapeditor.h
changeset 505 244e309b4047
parent 502 f3465a5f0dc4
child 514 497fab7d1404
     1.1 --- a/mapeditor.h	Thu Jun 14 10:21:46 2007 +0000
     1.2 +++ b/mapeditor.h	Mon Jun 18 15:10:18 2007 +0000
     1.3 @@ -55,6 +55,12 @@
     1.4  	*/	
     1.5      QString saveToDir (const QString &tmpdir, const QString &prefix, bool writeflags, const QPointF &offset, LinkableMapObj *saveSel);
     1.6  
     1.7 +	/*! \brief Get directory, where current step in history is save
     1.8 +
     1.9 +		saveState creates a directory for each step in history. This function returns the
    1.10 +		path of the current directory
    1.11 +	*/
    1.12 +	QString getHistoryDir();
    1.13  
    1.14  	/*! \brief Save the current changes in map 
    1.15