Skip to content

0.7.2

Latest
Compare
Choose a tag to compare
@LeonMatthesKDAB LeonMatthesKDAB released this 29 Apr 06:42

What's Changed

Added

  • impl cxx_qt::Initialize for X {} as shorthand for impl cxx_qt::Constructor<()> for X {}
  • extern "RustQt" blocks no longer have to be marked unsafe

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 in extern "C++Qt" blocks - they now trigger an error

Full Changelog: v0.7.1...v0.7.2