mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 21:53:52 +00:00
9 lines
No EOL
130 B
C++
9 lines
No EOL
130 B
C++
|
|
#include "document.hpp"
|
|
|
|
CSMDoc::Document::Document() {}
|
|
|
|
QUndoStack& CSMDoc::Document::getUndoStack()
|
|
{
|
|
return mUndoStack;
|
|
} |