--- a/Documentation/Source/eric6.Debugger.BreakPointModel.html Thu Mar 23 18:58:56 2017 +0100 +++ b/Documentation/Source/eric6.Debugger.BreakPointModel.html Thu Mar 23 19:06:13 2017 +0100 @@ -149,13 +149,13 @@ </dd> </dl><a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> <h4>BreakPointModel.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> -reference to parent index (QModelIndex) +reference to parent index (QModelIndex) (Unused) </dd> </dl><dl> <dt>Returns:</dt> @@ -257,7 +257,7 @@ </dd> </dl><a NAME="BreakPointModel.hasChildren" ID="BreakPointModel.hasChildren"></a> <h4>BreakPointModel.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> @@ -293,7 +293,7 @@ </dd> </dl><a NAME="BreakPointModel.index" ID="BreakPointModel.index"></a> <h4>BreakPointModel.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> @@ -344,7 +344,7 @@ </dd> </dl><a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a> <h4>BreakPointModel.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>