diff --git a/src/tools/qdoc/doc.cpp b/src/tools/qdoc/doc.cpp index 1e0c66cd08..6e70671d1d 100644 --- a/src/tools/qdoc/doc.cpp +++ b/src/tools/qdoc/doc.cpp @@ -325,7 +325,9 @@ public: QStringMultiMap metaMap; DocPrivateExtra() - : granularity(Doc::Part) { } + : granularity(Doc::Part) + , section(Doc::NoSection) + { } }; struct Shared // ### get rid of