diff -r 3bb9b7d997db -r 83084f088655 eric7/Preferences/ToolGroupConfigurationDialog.py --- a/eric7/Preferences/ToolGroupConfigurationDialog.py Tue May 18 19:25:53 2021 +0200 +++ b/eric7/Preferences/ToolGroupConfigurationDialog.py Wed May 19 17:36:34 2021 +0200 @@ -63,7 +63,7 @@ return if len(self.groupsList.findItems( - groupName, Qt.MatchFlags(Qt.MatchFlag.MatchExactly))): + groupName, Qt.MatchFlag.MatchExactly)): E5MessageBox.critical( self, self.tr("Add tool group entry"), @@ -93,7 +93,7 @@ return if len(self.groupsList.findItems( - groupName, Qt.MatchFlags(Qt.MatchFlag.MatchExactly))): + groupName, Qt.MatchFlag.MatchExactly)): E5MessageBox.critical( self, self.tr("Add tool group entry"),