Commit 8f201ca4 authored by Giuseppe D'Angelo's avatar Giuseppe D'Angelo
Browse files

QJsonArray::(const_)iterator: mark the pointer typedefs as internal


Just like the other typedefs; removes the doc warnings.

Change-Id: I61142b8db57f4e0cc44cb8c459b1e82e69da3413
Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Reviewed-by: default avatarOlivier Goffart <ogoffart@woboq.com>
Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Showing with 10 additions and 0 deletions
...@@ -709,6 +709,11 @@ bool QJsonArray::operator!=(const QJsonArray &other) const ...@@ -709,6 +709,11 @@ bool QJsonArray::operator!=(const QJsonArray &other) const
\internal \internal
*/ */
/*! \typedef QJsonArray::iterator::pointer
\internal
*/
/*! \fn QJsonArray::iterator::iterator() /*! \fn QJsonArray::iterator::iterator()
Constructs an uninitialized iterator. Constructs an uninitialized iterator.
...@@ -953,6 +958,11 @@ bool QJsonArray::operator!=(const QJsonArray &other) const ...@@ -953,6 +958,11 @@ bool QJsonArray::operator!=(const QJsonArray &other) const
\internal \internal
*/ */
/*! \typedef QJsonArray::const_iterator::pointer
\internal
*/
/*! \fn QJsonArray::const_iterator::const_iterator(const const_iterator &other) /*! \fn QJsonArray::const_iterator::const_iterator(const const_iterator &other)
Constructs a copy of \a other. Constructs a copy of \a other.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment