diff -r f1006de05c54 -r d922fb6ea482 vymmodel.h --- a/vymmodel.h Mon Sep 07 15:36:57 2009 +0000 +++ b/vymmodel.h Fri Sep 11 12:56:15 2009 +0000 @@ -190,6 +190,12 @@ const QString &comment, TreeItem *saveSelection); /*! Overloaded for convenience */ + void saveStateComplete( + TreeItem *undoSelection, + TreeItem* redoSelection, + const QString &redoCommand, + const QString &comment); + /*! Overloaded for convenience */ void saveStateChangingPart( TreeItem *undoSelection, TreeItem* redoSelection,