> On 15 Apr 2023, at 12:07, Volker Hilsheimer wrote:
>
>> On 14 Apr 2023, at 23:11, Thomas Sevaldrud wrote:
>>
>> Hi, in my code I have a hierarchical QMultiMap of QVariants, where a map
>> value can be a new multimap of variants. This does not compile anymore in Qt
>> 6. I.e. something like
> On 14 Apr 2023, at 23:11, Thomas Sevaldrud wrote:
>
> Hi, in my code I have a hierarchical QMultiMap of QVariants, where a map
> value can be a new multimap of variants. This does not compile anymore in Qt
> 6. I.e. something like this:
>
> QMultiMap varMap;
> QMultiMap subMap;
>
Hi, in my code I have a hierarchical QMultiMap of QVariants, where a map value
can be a new multimap of variants. This does not compile anymore in Qt 6. I.e.
something like this:
QMultiMap varMap;
QMultiMap subMap;
varMap.insert("key", subMap); // Compile error here, sinc