What's Changed
Added
impl cxx_qt::Initialize for X {}
as shorthand forimpl cxx_qt::Constructor<()> for X {}
extern "RustQt"
blocks no longer have to be markedunsafe
Fixed
- cxx-qt-build: Use shorter paths to avoid file path length limitations on Windows
- CMake: Use Release Qt DLLs and runtime for MSVC Debug builds
- Fix some generated links to book page
#[inherit]
attributes are no longer ignored inextern "C++Qt"
blocks - they now trigger an error
Full Changelog: v0.7.1...v0.7.2