summaryrefslogtreecommitdiffstats
path: root/src/qdoc/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/node.h')
-rw-r--r--src/qdoc/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qdoc/node.h b/src/qdoc/node.h
index faea2dcb1..38fc99f03 100644
--- a/src/qdoc/node.h
+++ b/src/qdoc/node.h
@@ -677,6 +677,7 @@ public:
static void addInheritedBy(const Node *base, Node* sub);
static void subclasses(const Node *base, NodeList& subs);
static void terminate();
+ bool inherits(Aggregate* type);
public:
static bool qmlOnly;