mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
9 lines
130 B
C++
9 lines
130 B
C++
|
|
#include "document.hpp"
|
|
|
|
CSMDoc::Document::Document() {}
|
|
|
|
QUndoStack& CSMDoc::Document::getUndoStack()
|
|
{
|
|
return mUndoStack;
|
|
} |