Solved issues:
- Issue 103: QList can‘t be sorted
- Issue 118: Support for calling special squish functions from java
- Issue 121: Class Qt3DWindow can‘t be new
- Issue with
QMap
orQHash
of java types fixed
- Completely refactored library kernel
- 99% of third-party legacy code removed
qHash(T)
now available inQtGlobal
namespaceqobject_cast<T>(QObject)
now available as static method inQObject
QModelIndex
is now a Java wrapper for the native type. Thus, it no longer converts to null but to invalidQModelIndex
instance- Making QtJambi Generator available
- Making QtJambi header files available
QtJambi 6.4.2, 6.2.10 and 5.15.12 are source-compatible but not binary-compatible to its predecessor releases.