comparison: src/eric7/EricWidgets/EricMessageBox.py
src/eric7/EricWidgets/EricMessageBox.py
- branch
- eric7
- changeset 10060
- b946699e9e79
- parent 9757
- ab6e87f6f1c4
- child 10065
- de4ae767b0e3
equal
deleted
inserted
replaced
350 if res == QMessageBox.StandardButton.Abort: |
350 if res == QMessageBox.StandardButton.Abort: |
351 return False |
351 return False |
352 if res == QMessageBox.StandardButton.Save: |
352 if res == QMessageBox.StandardButton.Save: |
353 return saveFunc() |
353 return saveFunc() |
354 return True |
354 return True |
|
355 |
|
356 # |
|
357 # eflag: noqa = U200 |