summaryrefslogtreecommitdiffstats
path: root/src/qdoc/docprivate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/docprivate.cpp')
-rw-r--r--src/qdoc/docprivate.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qdoc/docprivate.cpp b/src/qdoc/docprivate.cpp
index 54d1ac56f..14ece93da 100644
--- a/src/qdoc/docprivate.cpp
+++ b/src/qdoc/docprivate.cpp
@@ -36,13 +36,11 @@
QT_BEGIN_NAMESPACE
/*!
- If the doc is a ditamap, the destructor deletes each element
- in the ditamap structure. These were allocated as needed.
+ Deletes the DocPrivateExtra.
*/
DocPrivate::~DocPrivate()
{
delete extra;
- qDeleteAll(ditamap_);
}
void DocPrivate::addAlso(const Text &also)