Add impl cxx_qt::Initialize for X {}
as shorthand for impl cxx_qt::Constructor<()> for X {}
#1236
Labels
impl cxx_qt::Initialize for X {}
as shorthand for impl cxx_qt::Constructor<()> for X {}
#1236
It can be confusing that you can use Initialize outside the bridge, but not inside.
We could just have that be an alias for the expected Constructor declaration to improve ease-of-use.
The text was updated successfully, but these errors were encountered: