summaryrefslogtreecommitdiffstats
path: root/src/qdoc/docprivate.h
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-09-10 16:05:53 +0200
committerPaul Wicking <paul.wicking@qt.io>2020-09-11 13:04:10 +0200
commit14024df36e7a26b79aa2b0edf82c9b29d9eb0185 (patch)
tree8fe4061e0098b043371a8f54a5c21f3e5486351b /src/qdoc/docprivate.h
parent93e805a02417290f225810ce7c9263b2fe56b4e5 (diff)
QDoc: Drop ditaref remains
Most of the dita code is removed, get rid of the last few bits and the header that is no longer used. [ChangeLog][qdoc] The obsolete \ditamap has been removed. Task-number: QTBUG-71176 Fixes: QTBUG-86560 Change-Id: I7c65cc8a74d4caeabdc98d6852026f54a3c32dda Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/docprivate.h')
-rw-r--r--src/qdoc/docprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qdoc/docprivate.h b/src/qdoc/docprivate.h
index 8fe1ba530..dab567f83 100644
--- a/src/qdoc/docprivate.h
+++ b/src/qdoc/docprivate.h
@@ -99,7 +99,6 @@ public:
CommandMap metaCommandMap;
DocPrivateExtra *extra { nullptr };
TopicList topics_;
- DitaRefList ditamap_;
bool hasLegalese : 1;
bool hasSectioningUnits : 1;