--- a/src/eric7/UI/ClearPrivateDataDialog.py Wed Jul 13 11:16:20 2022 +0200 +++ b/src/eric7/UI/ClearPrivateDataDialog.py Wed Jul 13 14:55:47 2022 +0200 @@ -16,23 +16,24 @@ """ Class implementing a dialog to select which private data to clear. """ + def __init__(self, parent=None): """ Constructor - + @param parent reference to the parent widget @type QWidget """ super().__init__(parent) self.setupUi(self) - + msh = self.minimumSizeHint() self.resize(max(self.width(), msh.width()), msh.height()) - + def getData(self): """ Public method to get the data from the dialog. - + @return flags indicating which data to clear (recent files, recent projects, recent multi projects, debug histories, shell histories, test histories,