diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-07 13:28:45 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-07 13:28:45 (GMT) |
commit | ea8a4080bfc341785c8852a66c90050f72a58e12 (patch) | |
tree | 9565de325af67cbfa5f257f7c93ebac6b159717d /src/corelib | |
parent | 8f57f9124809376d7a70357a9344a270c2c27857 (diff) | |
download | Qt-ea8a4080bfc341785c8852a66c90050f72a58e12.zip Qt-ea8a4080bfc341785c8852a66c90050f72a58e12.tar.gz Qt-ea8a4080bfc341785c8852a66c90050f72a58e12.tar.bz2 |
Doc: Small correction to QMap iterator docs
Task-number: QTBUG-17169
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qmap.cpp b/src/corelib/tools/qmap.cpp index fe53374..2c028af 100644 --- a/src/corelib/tools/qmap.cpp +++ b/src/corelib/tools/qmap.cpp @@ -1073,7 +1073,7 @@ void QMapData::dump() \overload - The prefix -- operator (\c{--i}) makes the preceding item + The postfix -- operator (\c{i--}) makes the preceding item current and returns an iterator pointing to the previously current item. */ |