summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/src/qdoc/node.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2024-04-09 18:40:40 +0000
committerTopi Reinio <topi.reinio@qt.io>2024-04-12 11:17:08 +0000
commit141ef147527ba46c16ba7439a5b4f78e7fc2e613 (patch)
tree1516068b8ee8c0ac55b4aeb56da4c002486ad529 /src/qdoc/qdoc/src/qdoc/node.cpp
parent765142a59a613f1fb6c5542a6e5ab54f3682c699 (diff)
qdoc: Stop mistreating the QtQuick QML module
Node::isQtQuickNode() returned true for any QML node under a module named "QtQuick". The reason why modules needed special handling based on their name is lost to history. Get rid of isQtQuickNode() and the code that uses it. Change-Id: Ia0334b9a16a07bedecd51f9428733f840f8bd913 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qdoc/qdoc/src/qdoc/node.cpp')
-rw-r--r--src/qdoc/qdoc/src/qdoc/node.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qdoc/qdoc/src/qdoc/node.cpp b/src/qdoc/qdoc/src/qdoc/node.cpp
index 8246c0461..1aadbdeb1 100644
--- a/src/qdoc/qdoc/src/qdoc/node.cpp
+++ b/src/qdoc/qdoc/src/qdoc/node.cpp
@@ -409,10 +409,6 @@ bool Node::nodeNameLessThan(const Node *n1, const Node *n2)
function will return \e true.
*/
-/*! \fn bool Node::isQtQuickNode() const
- Returns true if this node represents a QML element in the QtQuick module.
-*/
-
/*! \fn bool Node::isRelatableType() const
Returns true if this node is something you can relate things to with
the \e relates command. NamespaceNode, ClassNode, HeaderNode, and