OmixVisualization / qtjambi

QtJambi is a wrapper for using Qt in Java.
http://www.qtjambi.io
Other
354 stars 40 forks source link

QObject.connect methods are non-static with 6.4.4 #143

Closed wolfseifert closed 1 year ago

wolfseifert commented 1 year ago

Some of the QObject.connect methods are non-static with QtJambi 6.4.4, which have been static before. See line 3423 of QObject.java for instance.

Probably there is something wrong now with javagenerator.cpp.

As a workaround one can use the implementation directly (e.g. signal.connect(slot, connectionType)).

omix commented 1 year ago

Thanks for letting me know. This was accidentally changed when adding nullness information to the methods by seek and replace. A bugfix will be available in 6.5.0 which will be published shortly after Qt's release.