Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.8.2
-
None
Description
The _init_ methods of QAction constrain the type of the icon parameter to only QIcon. However, the setIcon method accepts QIcon and QPixmap.
The type of icon should be `QIcon | QPixmap`.