1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 21:53:52 +00:00
openmw/apps/opencs/model/doc/document.cpp
2012-11-22 15:54:31 +01:00

9 lines
No EOL
130 B
C++

#include "document.hpp"
CSMDoc::Document::Document() {}
QUndoStack& CSMDoc::Document::getUndoStack()
{
return mUndoStack;
}