--- a/src/eric7/DataViews/PyProfileDialog.py Wed Apr 10 17:03:56 2024 +0200 +++ b/src/eric7/DataViews/PyProfileDialog.py Wed May 15 10:45:50 2024 +0200 @@ -337,11 +337,11 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel).setEnabled(True) self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel).setDefault(True) - def closeEvent(self, evt): + def closeEvent(self, _evt): """ Protected method to handle the close event. - @param evt reference to the close event + @param _evt reference to the close event (unused) @type QCloseEvent """ self.cancelled = True