File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6477,7 +6477,7 @@ class QMenuBar(QWidget):
64776477
64786478class QMessageBox(QDialog):
64796479
6480- class StandardButton(int): ...
6480+ class StandardButton(int):
64816481 NoButton = ... # type: 'QMessageBox.StandardButton'
64826482 Ok = ... # type: 'QMessageBox.StandardButton'
64836483 Save = ... # type: 'QMessageBox.StandardButton'
@@ -6534,7 +6534,7 @@ class QMessageBox(QDialog):
65346534 FlagMask = ... # type: 'QMessageBox.StandardButton'
65356535 ButtonMask = ... # type: 'QMessageBox.StandardButton'
65366536
6537- class Icon(int): ...
6537+ class Icon(int):
65386538 NoIcon = ... # type: 'QMessageBox.Icon'
65396539 Information = ... # type: 'QMessageBox.Icon'
65406540 Warning = ... # type: 'QMessageBox.Icon'
@@ -6547,7 +6547,7 @@ class QMessageBox(QDialog):
65476547 Critical = ... # type: 'QMessageBox.Icon'
65486548 Question = ... # type: 'QMessageBox.Icon'
65496549
6550- class ButtonRole(int): ...
6550+ class ButtonRole(int):
65516551 InvalidRole = ... # type: 'QMessageBox.ButtonRole'
65526552 AcceptRole = ... # type: 'QMessageBox.ButtonRole'
65536553 RejectRole = ... # type: 'QMessageBox.ButtonRole'
You can’t perform that action at this time.
0 commit comments