You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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 #900 is used to fix this.
Fixes PyCQA/pylint #4040 and PyCQA/pylint #5378
0 commit comments