We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd2013 commit d6fa72dCopy full SHA for d6fa72d
qtpy/_utils.py
@@ -79,8 +79,6 @@ def add_action(self, *args, old_add_action):
79
icon: QIcon
80
text: str
81
shortcut: QKeySequence | QKeySequence.StandardKey | str | int
82
- receiver: QObject
83
- member: bytes
84
85
# if args and isinstance(args[0], QIcon):
86
if any(map(lambda arg: isinstance(arg, QIcon), args[:1])): # Better to use previous line instead of this
0 commit comments