File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9
9
### Added
10
10
11
11
### Changed
12
+ * [ #59 ] ( https://github.com/stlehmann/PyQt5-stubs/pull/59 ) fixes QGuiApplication.lastWindowClosed to be a signal
12
13
* [ #58 ] ( https://github.com/stlehmann/PyQt5-stubs/pull/50 ) improves QObject.findChild and findChildren
13
14
* [ #50 ] ( https://github.com/stlehmann/PyQt5-stubs/pull/50 ) fixes QTest QAbstractItemModelTester.FailureReportingMode attributes
14
15
* [ #46 ] ( https://github.com/stlehmann/PyQt5-stubs/pull/46 ) fixes QCoreApplication and QObject signals
Original file line number Diff line number Diff line change @@ -2333,7 +2333,7 @@ class QGuiApplication(QtCore.QCoreApplication):
2333
2333
def saveStateRequest (self , sessionManager : 'QSessionManager' ) -> None : ...
2334
2334
def commitDataRequest (self , sessionManager : 'QSessionManager' ) -> None : ...
2335
2335
def focusObjectChanged (self , focusObject : QtCore .QObject ) -> None : ...
2336
- def lastWindowClosed ( self ) -> None : ...
2336
+ lastWindowClosed : typing . ClassVar [ QtCore . pyqtSignal ]
2337
2337
def screenAdded (self , screen : 'QScreen' ) -> None : ...
2338
2338
def fontDatabaseChanged (self ) -> None : ...
2339
2339
def notify (self , a0 : QtCore .QObject , a1 : QtCore .QEvent ) -> bool : ...
You can’t perform that action at this time.
0 commit comments