diff -r 94fc661a54a2 -r 703452a2876f Debugger/WatchPointModel.py --- 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