KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
993 stars 66 forks source link

fix: Qrc test data #989

Closed LeonMatthesKDAB closed 1 month ago

LeonMatthesKDAB commented 1 month ago

This was accidentally only running the data from the "invalid" test case, as JS was merging everything into a single object, instead of two objects in an array.

ahayzen-kdab commented 1 month ago

So this will be superseded by #986 ?

LeonMatthesKDAB commented 1 month ago

Yes, it's part of #986 now. Apparently this didn't even work before :sweat_smile: