You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current and the 0.6 API we don't yet support specifying
Multiple bases
Q_INTERFACES
Q_PLUGIN_METADATA
The way to workaround this for now would be to create a C++ class that has both the base classes and the metadata you can't specify in CXX-Qt yet. Then inherit from that combined C++ class in Rust.
I'm still pouring over the source code to see if multiple inheritance is possible with the macros.
Trying to replicate this
This doesn't seem sufficient
The text was updated successfully, but these errors were encountered: