--- a/src/eric7/Debugger/EditWatchpointDialog.py Wed May 24 17:28:58 2023 +0200 +++ b/src/eric7/Debugger/EditWatchpointDialog.py Wed May 24 19:54:24 2023 +0200 @@ -7,6 +7,7 @@ Module implementing a dialog to edit watch expression properties. """ +from PyQt6.QtCore import pyqtSlot from PyQt6.QtWidgets import QDialog, QDialogButtonBox from .Ui_EditWatchpointDialog import Ui_EditWatchpointDialog @@ -69,6 +70,7 @@ msh = self.minimumSizeHint() self.resize(max(self.width(), msh.width()), msh.height()) + @pyqtSlot(str) def __textChanged(self, txt): """ Private slot to handle the text changed signal of the condition line