summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-02-24 16:09:23 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-25 15:50:38 +0100
commit51572d3d8f85f8836c25d1f793e69b170672cc3c (patch)
tree4269e2392f43e58cf30085b090e8377cc049a371 /src/corelib/kernel/qvariant.cpp
parent05ee0fcdc7c2d5902beb62d6e1de36ac5b706b24 (diff)
QAssociative/SequentialIterable: add missing \since 5.2
Change-Id: Ia78fa0d70c85f06f48c3bbab47370e15008abe03 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src/corelib/kernel/qvariant.cpp')
-rw-r--r--src/corelib/kernel/qvariant.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/kernel/qvariant.cpp b/src/corelib/kernel/qvariant.cpp
index dd9a7693ca..f7540dc20f 100644
--- a/src/corelib/kernel/qvariant.cpp
+++ b/src/corelib/kernel/qvariant.cpp
@@ -3488,7 +3488,7 @@ QDebug operator<<(QDebug dbg, const QVariant::Type p)
/*!
\class QSequentialIterable
-
+ \since 5.2
\inmodule QtCore
\brief The QSequentialIterable class is an iterable interface for a container in a QVariant.
@@ -3591,7 +3591,7 @@ bool QSequentialIterable::canReverseIterate() const
/*!
\class QSequentialIterable::const_iterator
-
+ \since 5.2
\inmodule QtCore
\brief The QSequentialIterable::const_iterator allows iteration over a container in a QVariant.
@@ -3794,7 +3794,7 @@ QSequentialIterable::const_iterator QSequentialIterable::const_iterator::operato
/*!
\class QAssociativeIterable
-
+ \since 5.2
\inmodule QtCore
\brief The QAssociativeIterable class is an iterable interface for an associative container in a QVariant.
@@ -3899,7 +3899,7 @@ int QAssociativeIterable::size() const
/*!
\class QAssociativeIterable::const_iterator
-
+ \since 5.2
\inmodule QtCore
\brief The QAssociativeIterable::const_iterator allows iteration over a container in a QVariant.