--- a/Documentation/Source/eric6.Debugger.WatchPointModel.html Thu Mar 23 18:58:56 2017 +0100 +++ b/Documentation/Source/eric6.Debugger.WatchPointModel.html Thu Mar 23 19:06:13 2017 +0100 @@ -143,13 +143,13 @@ </dd> </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> <h4>WatchPointModel.columnCount</h4> -<b>columnCount</b>(<i>parent=QModelIndex()</i>) +<b>columnCount</b>(<i>parent=None</i>) <p> Public method to get the current column count. </p><dl> <dt><i>parent</i></dt> <dd> -index of the parent item (QModelIndex) +index of the parent item (QModelIndex) (Unused) </dd> </dl><dl> <dt>Returns:</dt> @@ -253,7 +253,7 @@ </dd> </dl><a NAME="WatchPointModel.hasChildren" ID="WatchPointModel.hasChildren"></a> <h4>WatchPointModel.hasChildren</h4> -<b>hasChildren</b>(<i>parent=QModelIndex()</i>) +<b>hasChildren</b>(<i>parent=None</i>) <p> Public method to check for the presence of child items. </p><dl> @@ -289,7 +289,7 @@ </dd> </dl><a NAME="WatchPointModel.index" ID="WatchPointModel.index"></a> <h4>WatchPointModel.index</h4> -<b>index</b>(<i>row, column, parent=QModelIndex()</i>) +<b>index</b>(<i>row, column, parent=None</i>) <p> Public method to create an index. </p><dl> @@ -325,7 +325,7 @@ </dd> </dl><a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> <h4>WatchPointModel.rowCount</h4> -<b>rowCount</b>(<i>parent=QModelIndex()</i>) +<b>rowCount</b>(<i>parent=None</i>) <p> Public method to get the current row count. </p><dl>