diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-07 14:28:45 +0100 |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-07 14:28:45 +0100 |
commit | ea8a4080bfc341785c8852a66c90050f72a58e12 (patch) | |
tree | 9565de325af67cbfa5f257f7c93ebac6b159717d /src/corelib/tools/qmap.cpp | |
parent | 8f57f9124809376d7a70357a9344a270c2c27857 (diff) | |
download | qt4-tools-ea8a4080bfc341785c8852a66c90050f72a58e12.tar.gz |
Doc: Small correction to QMap iterator docs
Task-number: QTBUG-17169
Diffstat (limited to 'src/corelib/tools/qmap.cpp')
-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 fe533743a4..2c028afa6e 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. */ |