woboq / qmetaobject-rs

Integrate Qml and Rust by building the QMetaObject at compile time.
MIT License
620 stars 89 forks source link

Implement QMetaType for QVariantMap #272

Closed maciek134 closed 1 year ago

maciek134 commented 1 year ago

Not sure if there should be any actual tests for this? I based this on https://github.com/woboq/qmetaobject-rs/commit/ec11955458c0ba01b4c25550e182e4c32e4c6c3a

ogoffart commented 1 year ago

thanks for the patch.