diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp index 3c41ed48a3..9c4f3653f8 100644 --- a/src/xml/dom/qdom.cpp +++ b/src/xml/dom/qdom.cpp @@ -6751,6 +6751,12 @@ QDomComment QDomNode::toComment() const return QDomComment(); } +/*! + \variable QDomNode::impl + \internal + Pointer to private data structure. +*/ + QT_END_NAMESPACE #endif // QT_NO_DOM