summaryrefslogtreecommitdiffstats
path: root/src/xml/dom
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-07-20 10:51:44 +0200
committerKai Koehne <kai.koehne@qt.io>2022-07-22 11:32:28 +0000
commit4b31724abedda0040eb3f654429edc9780347a57 (patch)
tree97421c2e2b5af3620a52876e9c0f3de6a2bdfd96 /src/xml/dom
parent538378f2297cf7299270b09ddca3e4a5e7f8be82 (diff)
Doc: Document protected variable as internal
Fixes qt5/qtbase/src/xml/dom/qdom.h:200: (qdoc) warning: No documentation for 'QDomNode::impl' Task-number: QTBUG-105091 Change-Id: Ib4341aac7f01878bf63dab07d6905cb1efee5123 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/xml/dom')
-rw-r--r--src/xml/dom/qdom.cpp6
1 files changed, 6 insertions, 0 deletions
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