i have very bad memory

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26542 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-09-25 13:59:26 +00:00
parent 0f6a71ffb3
commit 2aeb9dead0

View File

@ -68,6 +68,10 @@ public:
bool hasRedoStack() const;
/// open a new group of undo operations. Groups can be nested.
/**
* Groups can be nested. Such a nested group e.g. { {} {} } is undone in
* a single step. This means you can add a group whenever you are not sure.
*/
void beginUndoGroup();
/// end the current undo group.