summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qdoc/qdoc/src/qdoc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/qdoc/src/qdoc/tree.h b/src/qdoc/qdoc/src/qdoc/tree.h
index c7265b7b3..649040ecb 100644
--- a/src/qdoc/qdoc/src/qdoc/tree.h
+++ b/src/qdoc/qdoc/src/qdoc/tree.h
@@ -74,6 +74,7 @@ public: // Of necessity, a few public functions remain.
void appendProxy(ProxyNode *t) { m_proxies.append(t); }
void addToDontDocumentMap(QString &arg);
void markDontDocumentNodes();
+ static QString refForAtom(const Atom *atom);
private: // The rest of the class is private.
Aggregate *findAggregate(const QString &name);
@@ -116,7 +117,6 @@ private: // The rest of the class is private.
[[nodiscard]] const NamespaceNode *root() const { return &m_root; }
ClassList allBaseClasses(const ClassNode *classe) const;
- QString refForAtom(const Atom *atom);
CNMap *getCollectionMap(Node::NodeType type);
[[nodiscard]] const CNMap &groups() const { return m_groups; }