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

Fix call to QMetaObject::invokeMethod in Qt 6.5 #287

Merged
merged 3 commits into from
May 5, 2023

Conversation

AdrianEddy
Copy link
Contributor

@AdrianEddy AdrianEddy commented May 5, 2023

Invoking QMetaObject::invokeMethod with correct number of arguments didn't work correctly, because it checked the number of arguments with the signature of the function. Calling it explicitly with the right number of arguments fixes this issue.

Also added Qt 6.5 to the CI

Closes #286

@ogoffart ogoffart merged commit 29bddb7 into woboq:master May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QmlEngine::invoke_method is broken with Qt ≥6.5
2 participants