mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 03:45:32 +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;
|
|
} |