summaryrefslogtreecommitdiffstats
path: root/src/corelib/json/qjsonarray.cpp
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-11-24 16:39:10 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-11-27 09:03:02 +0100
commit8f201ca4e70a51d1d41f23375414baa4e37e4816 (patch)
tree9446c85250ef4fc47d91eb53665a1ce694b259d9 /src/corelib/json/qjsonarray.cpp
parent2d0b20ef9218aa40218ab6c872a60c28e56b1ac2 (diff)
QJsonArray::(const_)iterator: mark the pointer typedefs as internal
Just like the other typedefs; removes the doc warnings. Change-Id: I61142b8db57f4e0cc44cb8c459b1e82e69da3413 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Diffstat (limited to 'src/corelib/json/qjsonarray.cpp')
-rw-r--r--src/corelib/json/qjsonarray.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/corelib/json/qjsonarray.cpp b/src/corelib/json/qjsonarray.cpp
index 73c53ea649..acbd7dda8f 100644
--- a/src/corelib/json/qjsonarray.cpp
+++ b/src/corelib/json/qjsonarray.cpp
@@ -709,6 +709,11 @@ bool QJsonArray::operator!=(const QJsonArray &other) const
\internal
*/
+/*! \typedef QJsonArray::iterator::pointer
+
+ \internal
+*/
+
/*! \fn QJsonArray::iterator::iterator()
Constructs an uninitialized iterator.
@@ -953,6 +958,11 @@ bool QJsonArray::operator!=(const QJsonArray &other) const
\internal
*/
+/*! \typedef QJsonArray::const_iterator::pointer
+
+ \internal
+*/
+
/*! \fn QJsonArray::const_iterator::const_iterator(const const_iterator &other)
Constructs a copy of \a other.