Skip to content

Commit

Permalink
QtCore: Change applicationVersion type to pyqtSignal
Browse files Browse the repository at this point in the history
  • Loading branch information
stlehmann committed Jan 22, 2019
1 parent 13d27f9 commit 9e7cbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyQt5-stubs/QtCore.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,8 @@ class QCoreApplication(QObject):

def __init__(self, argv: typing.List[str]) -> None: ...

applicationVersion: pyqtSignal

@staticmethod
def isSetuidAllowed() -> bool: ...
@staticmethod
Expand All @@ -2524,8 +2526,6 @@ class QCoreApplication(QObject):
@staticmethod
def applicationPid() -> int: ...
@staticmethod
def applicationVersion() -> str: ...
@staticmethod
def setApplicationVersion(version: str) -> None: ...
def event(self, a0: 'QEvent') -> bool: ...
def aboutToQuit(self) -> None: ...
Expand Down

0 comments on commit 9e7cbb9

Please sign in to comment.