summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/helpprojectwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qdoc3/helpprojectwriter.h')
-rw-r--r--tools/qdoc3/helpprojectwriter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/helpprojectwriter.h b/tools/qdoc3/helpprojectwriter.h
index 511a9dd..7a67dff 100644
--- a/tools/qdoc3/helpprojectwriter.h
+++ b/tools/qdoc3/helpprojectwriter.h
@@ -60,6 +60,7 @@ struct SubProject
QString indexTitle;
QHash<Node::Type, QSet<FakeNode::SubType> > selectors;
bool sortPages;
+ QString type;
QHash<QString, const Node *> nodes;
};