Debugger/BreakPointModel.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5726
e1dbd217214a
child 6048
82ad8ec9548c
--- a/Debugger/BreakPointModel.py	Sun Apr 09 16:52:55 2017 +0200
+++ b/Debugger/BreakPointModel.py	Sat May 06 13:43:21 2017 +0200
@@ -15,6 +15,9 @@
 class BreakPointModel(QAbstractItemModel):
     """
     Class implementing a custom model for breakpoints.
+    
+    @signal dataAboutToBeChanged(QModelIndex, QModelIndex) emitted to indicate
+        a change of the data
     """
     dataAboutToBeChanged = pyqtSignal(QModelIndex, QModelIndex)
     

eric ide

mercurial