mirror of https://github.com/OpenMW/openmw.git
added undo stack and undo/redo actions
parent
1ddcea1f07
commit
ed3d8b8ca2
@ -1,4 +1,9 @@
|
||||
|
||||
#include "document.hpp"
|
||||
|
||||
CSMDoc::Document::Document() {}
|
||||
CSMDoc::Document::Document() {}
|
||||
|
||||
QUndoStack& CSMDoc::Document::getUndoStack()
|
||||
{
|
||||
return mUndoStack;
|
||||
}
|
Loading…
Reference in New Issue