diff -r 270593ab83b2 -r 67a91e28b30f mapeditor.h --- a/mapeditor.h Mon May 30 05:39:10 2005 +0000 +++ b/mapeditor.h Mon Jun 06 20:27:42 2005 +0000 @@ -33,6 +33,7 @@ &,SaveMode); void saveState(); // save actual state to backup void saveState(const SaveMode&, LinkableMapObj *); + void saveState(const SaveMode&, LinkableMapObj *, const QString &); private slots: void finishedLineEditNoSave(); @@ -137,6 +138,7 @@ void followXLink (int); void editXLink (int); void testFunction(); // FIXME just testing + void parseTest(const QString &); // FIXME just testing protected: void ensureSelectionVisible(); @@ -184,6 +186,7 @@ bool mapUnsaved; // Flag if map should be saved QString backupXML; // backup (XML) for undo LinkableMapObj* undoSelection; // replace this LMO with vympart from backup + QString undoCommand; // FIXME testing // if != NULL bool printFrame; // Print frame around map