Debugger/WatchPointModel.py

changeset 5726
e1dbd217214a
parent 5656
9c21b2746218
child 6048
82ad8ec9548c
--- a/Debugger/WatchPointModel.py	Fri May 05 19:05:26 2017 +0200
+++ b/Debugger/WatchPointModel.py	Fri May 05 19:06:52 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)
     

eric ide

mercurial