Skip to content

Commit

Permalink
Merge pull request python-qt-tools#51 from altendky/pyqtBoundSignal.s…
Browse files Browse the repository at this point in the history
…ignal

Add pyqtBoundSignal.signal: str
  • Loading branch information
stlehmann authored Jul 30, 2020
2 parents c500a9f + 2f1aba9 commit 70c38d0
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 70c38d0

Please sign in to comment.