diff -r 9a71bd9e2e37 -r 6422afc7adc4 Debugger/WatchPointModel.py --- a/Debugger/WatchPointModel.py Sun Apr 09 16:52:55 2017 +0200 +++ b/Debugger/WatchPointModel.py Sat May 06 13:43:21 2017 +0200 @@ -15,6 +15,9 @@ class WatchPointModel(QAbstractItemModel): """ Class implementing a custom model for watch expressions. + + @signal dataAboutToBeChanged(QModelIndex, QModelIndex) emitted to indicate + a change of the data """ dataAboutToBeChanged = pyqtSignal(QModelIndex, QModelIndex)