diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.Debugger.WatchPointViewer.html --- a/Documentation/Source/eric5.Debugger.WatchPointViewer.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.Debugger.WatchPointViewer.html Sun Sep 29 18:23:27 2013 +0200 @@ -287,6 +287,11 @@ <dd> source index to be converted (QModelIndex) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +mapped index (QModelIndex) +</dd> </dl><a NAME="WatchPointViewer.__getSelectedItemsCount" ID="WatchPointViewer.__getSelectedItemsCount"></a> <h4>WatchPointViewer.__getSelectedItemsCount</h4> <b>__getSelectedItemsCount</b>(<i></i>) @@ -363,15 +368,20 @@ <dd> index to be converted (QModelIndex) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +mapped index (QModelIndex) +</dd> </dl><a NAME="WatchPointViewer.setModel" ID="WatchPointViewer.setModel"></a> <h4>WatchPointViewer.setModel</h4> <b>setModel</b>(<i>model</i>) <p> Public slot to set the watch expression model. </p><dl> -<dt><i>reference</i></dt> +<dt><i>model</i></dt> <dd> -to the watch expression model (WatchPointModel) +reference to the watch expression model (WatchPointModel) </dd> </dl> <div align="right"><a href="#top">Up</a></div>