Open Tomin1 opened 1 year ago
I would have had use for QVariant::from(QVariantMap) but that doesn't seem to exist. I'd like to see impl From<QVariantMap> for QVariant in qttypes.
QVariant::from(QVariantMap)
impl From<QVariantMap> for QVariant
I would have had use for
QVariant::from(QVariantMap)
but that doesn't seem to exist. I'd like to seeimpl From<QVariantMap> for QVariant
in qttypes.