--- a/Documentation/Source/eric6.WebBrowser.ZoomManager.ZoomValuesModel.html Thu Mar 23 18:58:56 2017 +0100 +++ b/Documentation/Source/eric6.WebBrowser.ZoomManager.ZoomValuesModel.html Thu Mar 23 19:06:13 2017 +0100 @@ -103,13 +103,13 @@ Private slot handling a change of the registered zoom values. </p><a NAME="ZoomValuesModel.columnCount" ID="ZoomValuesModel.columnCount"></a> <h4>ZoomValuesModel.columnCount</h4> -<b>columnCount</b>(<i>parent=QModelIndex()</i>) +<b>columnCount</b>(<i>parent=None</i>) <p> Public method to get the number of columns of the model. </p><dl> <dt><i>parent</i></dt> <dd> -parent index (QModelIndex) +parent index (QModelIndex) (Unused) </dd> </dl><dl> <dt>Returns:</dt> @@ -157,7 +157,7 @@ </dd> </dl><a NAME="ZoomValuesModel.removeRows" ID="ZoomValuesModel.removeRows"></a> <h4>ZoomValuesModel.removeRows</h4> -<b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) +<b>removeRows</b>(<i>row, count, parent=None</i>) <p> Public method to remove entries from the model. </p><dl> @@ -178,7 +178,7 @@ </dd> </dl><a NAME="ZoomValuesModel.rowCount" ID="ZoomValuesModel.rowCount"></a> <h4>ZoomValuesModel.rowCount</h4> -<b>rowCount</b>(<i>parent=QModelIndex()</i>) +<b>rowCount</b>(<i>parent=None</i>) <p> Public method to get the number of rows of the model. </p><dl>