diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-23 22:01:58 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-23 22:01:58 +0000 |
commit | 47d4f141d6a5436e20f10ea62d48a5b3051e3718 (patch) | |
tree | 8761c84be69a34d3ca175293f87f26eb98b02e40 /src/xmlcomposehelpers.cpp | |
parent | 879f4addd4c94492c21c36c0be98122a879907bf (diff) |
- Code cleanup.
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); |