Containers: correct documentation for QMulti(Map|Hash)
They're no longer just convenience subclasses. Pick-to: 6.7 6.5 Change-Id: I80b52eeac4a68f6b546b635c792a17e975d3d7e7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 1666ce930b980ec73f01b038eb8d1a2a7b180ea4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
21cca5bb93
commit
91730ecf3b
@ -101,9 +101,8 @@
|
||||
doesn't matter QHash is a faster alternative.
|
||||
|
||||
\row \li \l{QMultiMap}<Key, T>
|
||||
\li This is a convenience subclass of QMap that provides a nice
|
||||
interface for multi-valued maps, i.e. maps where one key can be
|
||||
associated with multiple values.
|
||||
\li This provides a dictionary, like QMap, except it allows
|
||||
inserting multiple equivalent keys.
|
||||
|
||||
\row \li \l{QHash}<Key, T>
|
||||
\li This has almost the same API as QMap, but provides
|
||||
@ -111,8 +110,8 @@
|
||||
arbitrary order.
|
||||
|
||||
\row \li \l{QMultiHash}<Key, T>
|
||||
\li This is a convenience subclass of QHash that
|
||||
provides a nice interface for multi-valued hashes.
|
||||
\li This provides a hash-table-based dictionary, like QHash,
|
||||
except it allows inserting multiple equivalent keys.
|
||||
|
||||
\endtable
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user