Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.14.2.1
-
None
-
b8427aa18824e89a3b28b6b821da4efe0827951b (pyside/pyside-setup/5.15)
Description
In the docs, there is an example for a bad connect syntax, however, it is actually good syntax in there.
https://doc.qt.io/qtforpython/PySide2/QtCore/QObject.html#id5
(Actually the link anchor seems wrong too... Scroll to the connect() call docs)
The WRONG one should have parameter names to match the text above I guess.