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
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.
Some of the
QObject.connect
methods are non-static with QtJambi 6.4.4, which have beenstatic
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)
).The text was updated successfully, but these errors were encountered: