Skip to content

Commit

Permalink
Merge pull request #51 from altendky/pyqtBoundSignal.signal
Browse files Browse the repository at this point in the history
Add pyqtBoundSignal.signal: str
  • Loading branch information
stlehmann authored Jul 30, 2020
2 parents 2489fe9 + 176b442 commit c9c3002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PyQt5-stubs/QtCore.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class pyqtSignal: # add methods


class pyqtBoundSignal:
signal = ... # type: str

def emit(self, *args: typing.Any) -> None: ...

# Convenient type aliases.
Expand Down

0 comments on commit c9c3002

Please sign in to comment.