Typedef QVariantList and QVariantMap are not documented
-
The Qt Assistant (4.7.0) is showing that both QVariantList and QVariantMap are typedefs of QList < QVariant > and QMap < QString, QVariant >
The webpage doc does not have these entries. However, in the forum posts both are drawn green and supply a non-existent link to the online doc.@QVariantList lst;@
-