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
The docs now work (#456) and we don't use cxx_qt::QObject anymore we use qobject::T, so we don't need to try and reexport QObject from cxx-qt anymore, therefore closing,
Split macros into cxx-qt-macro then reexport in cxx-qt so that we can cxx_qt::QObject a struct in the cxx_qt definition (see https://users.rust-lang.org/t/solved-is-it-possible-to-reexport-a-proc-macro/16864 )
The text was updated successfully, but these errors were encountered: