diff options
Diffstat (limited to 'src/corelib/kernel/qassociativeiterable.cpp')
| -rw-r--r-- | src/corelib/kernel/qassociativeiterable.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/corelib/kernel/qassociativeiterable.cpp b/src/corelib/kernel/qassociativeiterable.cpp index 625fa0a869e..8e3072169dd 100644 --- a/src/corelib/kernel/qassociativeiterable.cpp +++ b/src/corelib/kernel/qassociativeiterable.cpp @@ -8,6 +8,11 @@ QT_BEGIN_NAMESPACE /*! + \class QAssociativeIterator + \internal + */ + +/*! Returns the key this iterator points to. */ QVariant QAssociativeIterator::key() const @@ -49,6 +54,11 @@ QVariantPointer<QAssociativeIterator> QAssociativeIterator::operator->() const } /*! + \class QAssociativeConstIterator + \internal + */ + +/*! Returns the key this iterator points to. */ QVariant QAssociativeConstIterator::key() const |
