Debugger/WatchPointModel.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 2988
f53c03574697
--- a/Debugger/WatchPointModel.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/Debugger/WatchPointModel.py	Sat Sep 28 19:06:25 2013 +0200
@@ -20,7 +20,7 @@
         """
         Constructor
         
-        @param reference to the parent widget (QObject)
+        @param parent reference to the parent widget (QObject)
         """
         super().__init__(parent)
         
@@ -43,6 +43,7 @@
         """
         Public method to get the current column count.
         
+        @param parent index of the parent item (QModelIndex)
         @return column count (integer)
         """
         return len(self.header)
@@ -51,6 +52,7 @@
         """
         Public method to get the current row count.
         
+        @param parent index of the parent item (QModelIndex)
         @return row count (integer)
         """
         # we do not have a tree, parent should always be invalid

eric ide

mercurial