Skip to content

Version 1.1

Compare
Choose a tag to compare
@ogoffart ogoffart released this 11 Sep 10:55
· 180 commits to master since this release

Highlights:

  • Added support for Qt 5.12 features: W_FLAG alias via W_DECLARE_FLAGS
  • Added support for enum class in W_ENUM
  • Auto-detect the access specifier. (No need to add W_Access::Private or
    W_Access::Protected anymore)
  • Automatically mark the properties as FINAL for final classes (#40)
  • MSVC 2017 workarounds.