Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(brain_qt): fix signal has no
connect
member
`pylint` detects `Qt` signals as `FunctionDef`s instead of `ClassDef`s, so they are not properly detected in PySide2 5.15.2+ and PySide6. The patch from PR pylint-dev#900 is used to fix this. Fixes PyCQA/pylint #4040 and PyCQA/pylint #5378
- Loading branch information