diff -r cac93797c580 -r d922fb6ea482 vymmodel.h --- a/vymmodel.h Wed Sep 09 12:57:06 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,