[Interest] QMap<> function documentation

Thiago Macieira thiago.macieira at intel.com
Wed May 25 18:51:35 CEST 2022


On Wednesday, 25 May 2022 09:19:52 PDT Michael Jackson wrote:
> Specifically for the part of “value(…)” and “values(…)” that talk about
> “multiple values for a key”. Each key is unique in the QMap so how would I
> have multiple values associated with a key? Maybe I’m just not
> understanding what is trying to be said in the documentation. It looks like
> this should be in the MultiMap<> docs maybe? I bring this up because a
> young engineer was a bit confused by the docs.

That's stale documentation from when QMap could do insertMulti. You can only 
do that with QMultiMap now.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering





More information about the Interest mailing list