Closed AdrianEddy closed 1 year ago
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.
QMetaObject::invokeMethod
Also added Qt 6.5 to the CI
Closes #286
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