diff options
Diffstat (limited to 'src/xmlcomposehelpers.cpp')
-rw-r--r-- | src/xmlcomposehelpers.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xmlcomposehelpers.cpp b/src/xmlcomposehelpers.cpp index 6612df9..1f1d952 100644 --- a/src/xmlcomposehelpers.cpp +++ b/src/xmlcomposehelpers.cpp @@ -37,7 +37,11 @@ */ #include "usuals.h" -#include "rtfparsehelpers.h" +#include "xmlcomposehelpers.h" + +/* ---------------------------------------------------------------------------------- + * CONSTRUCTION + */ Level::Level() { @@ -64,6 +68,10 @@ Level::~Level() m_destination->done(); } +/* ---------------------------------------------------------------------------------- + * LEVEL OPERATIONS + */ + LevelPtr Level::pushLevel() { LevelPtr level = new Level(*this); |