You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.