Skip to content

v1.2.0

Compare
Choose a tag to compare
@OlivierLDff OlivierLDff released this 29 Jan 18:40
· 36 commits to master since this release

QSuperMacros v1.2.0

Features

  • QSM_REGISTER_OBJ_TO_QML macro to create static void RegisterToQml(const char * uri, const int majorVersion, const int minorVersion) function in an object very easily
  • QSM_WRITABLE_AUTO_PROPERTY_WDEFAULT_WSTRING to create a property that is also exposed as a string.
  • QJsonImportExport: Abstract class to serialize and deserialize json.
  • QJSONIMPORT & QJSONEXPORT helper macros (thanks to Nathan Van De Hel) to easily write json functions.

Documentation

  • Documentation for Enum
  • QJsonImportExport Documentation

Fixes

  • Fix ptr macros doc
  • Fix CMakeLists to handle Android cross compilation.
  • QSUPER_MACROS to QSUPERMACROS in CMake and source code.