Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.7.2
-
None
Description
I think the following should raise an error, since the QMimeData constructor does not take any parameters:
from PySide6.QtCore import QMimeData QMimeData(1, 2, 3, "fo", None)