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
This trait is automatically implemented on any `qobject::T`.
It currently exposes the inner Rust type for a given QObject.
First step of implementing KDAB#550
This also requires us to split our macros into a cxx-qt-macro crate, as
otherwise only exporting proc-macros is allowed.
We could now potentially move CxxQtThread into the cxx-qt crate now to
remove the dependency on cxx-qt-lib.
See the answer in #339 for intended API.
This would solve:
Default
on a qobject type.Depends on #562
The text was updated successfully, but these errors were encountered: