Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wolfseifert opened this issue Mar 23, 2023 · 1 comment
Closed

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

wolfseifert opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels

Comments

@wolfseifert
Copy link

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
Copy link
Contributor

omix commented Mar 23, 2023

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.

omix added a commit that referenced this issue Apr 11, 2023
#143 - QObject.connect methods are non-static with 6.4.4
@omix omix closed this as completed Apr 11, 2023
omix added a commit that referenced this issue Jul 25, 2023
#143 - QObject.connect methods are non-static with 6.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants