--- a/Documentation/Source/eric6.Helpviewer.Bookmarks.BookmarksModel.html Thu Mar 23 18:58:56 2017 +0100 +++ b/Documentation/Source/eric6.Helpviewer.Bookmarks.BookmarksModel.html Thu Mar 23 19:06:13 2017 +0100 @@ -151,7 +151,7 @@ </dd> </dl><a NAME="BookmarksModel.columnCount" ID="BookmarksModel.columnCount"></a> <h4>BookmarksModel.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. </p><dl> @@ -262,7 +262,7 @@ </dd> </dl><a NAME="BookmarksModel.hasChildren" ID="BookmarksModel.hasChildren"></a> <h4>BookmarksModel.hasChildren</h4> -<b>hasChildren</b>(<i>parent=QModelIndex()</i>) +<b>hasChildren</b>(<i>parent=None</i>) <p> Public method to check, if a parent node has some children. </p><dl> @@ -298,7 +298,7 @@ </dd> </dl><a NAME="BookmarksModel.index" ID="BookmarksModel.index"></a> <h4>BookmarksModel.index</h4> -<b>index</b>(<i>row, column, parent=QModelIndex()</i>) +<b>index</b>(<i>row, column, parent=None</i>) <p> Public method to get a model index for a node cell. </p><dl> @@ -374,7 +374,7 @@ </dd> </dl><a NAME="BookmarksModel.parent" ID="BookmarksModel.parent"></a> <h4>BookmarksModel.parent</h4> -<b>parent</b>(<i>index=QModelIndex()</i>) +<b>parent</b>(<i>index=None</i>) <p> Public method to get the index of the parent node. </p><dl> @@ -389,7 +389,7 @@ </dd> </dl><a NAME="BookmarksModel.removeRows" ID="BookmarksModel.removeRows"></a> <h4>BookmarksModel.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 bookmarks from the model. </p><dl> @@ -410,7 +410,7 @@ </dd> </dl><a NAME="BookmarksModel.rowCount" ID="BookmarksModel.rowCount"></a> <h4>BookmarksModel.rowCount</h4> -<b>rowCount</b>(<i>parent=QModelIndex()</i>) +<b>rowCount</b>(<i>parent=None</i>) <p> Public method to determine the number of rows. </p><dl>