# HG changeset patch # User insilmaril # Date 1185788831 0 # Node ID a97aabc2113651cced1d85d38cf79b43744b4bd1 # Parent bc9083a4a7fbdf841c59fee962d7934103f586be 1.9.4 New base class for XML based file parsing (vym & Freemind) diff -r bc9083a4a7fb -r a97aabc21136 mapeditor.h --- a/mapeditor.h Mon Jul 30 09:47:09 2007 +0000 +++ b/mapeditor.h Mon Jul 30 09:47:11 2007 +0000 @@ -131,7 +131,7 @@ The data is read from file. Depending on LoadMode the current selection gets replaced by data or the data is appended. */ - ErrorCode load (QString, LoadMode ); // newmap, import/replace selection + ErrorCode load (QString, const LoadMode &, const FileType& ); // newmap, import/replace selection public: /*! \brief Save the map to file */ int save(const SaveMode &);