--- a/eric6/SqlBrowser/SqlConnectionDialog.py Thu Mar 04 17:44:41 2021 +0100 +++ b/eric6/SqlBrowser/SqlConnectionDialog.py Thu Mar 04 17:48:09 2021 +0100 @@ -70,12 +70,13 @@ else: self.okButton.setEnabled(True) - @pyqtSlot(str) - def on_driverCombo_activated(self, txt): + @pyqtSlot(int) + def on_driverCombo_activated(self, index): """ Private slot handling the selection of a database driver. - @param txt text of the driver combo (string) + @param index index of the selected entry + @type int """ self.__updateDialog()