1.9.4 New base class for XML based file parsing (vym & Freemind)
authorinsilmaril
Mon, 30 Jul 2007 09:47:11 +0000
changeset 572a97aabc21136
parent 571 bc9083a4a7fb
child 573 af451f0e5fbb
1.9.4 New base class for XML based file parsing (vym & Freemind)
mapeditor.h
     1.1 --- a/mapeditor.h	Mon Jul 30 09:47:09 2007 +0000
     1.2 +++ b/mapeditor.h	Mon Jul 30 09:47:11 2007 +0000
     1.3 @@ -131,7 +131,7 @@
     1.4  		The data is read from file. Depending on LoadMode the current
     1.5  		selection gets replaced by data or the data is appended.
     1.6  	*/	
     1.7 -    ErrorCode load (QString, LoadMode );	// newmap, import/replace selection
     1.8 +    ErrorCode load (QString, const LoadMode &, const FileType& );	// newmap, import/replace selection
     1.9  public:
    1.10  	/*! \brief Save the map to file */
    1.11      int save(const SaveMode &);