Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
Some future version, 6.x
-
None
-
-
2f37b7084 (dev)
Description
static int callPythonMetaMethod(const QMetaMethod& method, void** args, PyObject* obj, bool isShortCuit);
This can't be okay, can it? The last argument given to callPythonMetaMethod() is probably a typo.
Can anyone fix isShortCuit to isShortcut? Thanks.
P.S.: I've already made a PR on GitHub to speed up the process of fixing this. Here's the link to the PR: https://github.com/qtproject/pyside-pyside-setup/pull/3