diff -r 3c9fa4b8869d -r cd28b52eb939 Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html --- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Fri Feb 20 17:49:43 2015 +0100 +++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Fri Feb 20 17:50:34 2015 +0100 @@ -123,7 +123,7 @@ <td><a href="#DebugClientBase.__exceptionRaised">__exceptionRaised</a></td> <td>Private method called in the case of an exception.</td> </tr><tr> -<td><a href="#DebugClientBase.__formatQt4Variable">__formatQt4Variable</a></td> +<td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td> <td>Private method to produce a formated output of a simple Qt4/Qt5 type.</td> </tr><tr> <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> @@ -289,9 +289,9 @@ Private method called in the case of an exception. </p><p> It ensures that the debug server is informed of the raised exception. -</p><a NAME="DebugClientBase.__formatQt4Variable" ID="DebugClientBase.__formatQt4Variable"></a> -<h4>DebugClientBase.__formatQt4Variable</h4> -<b>__formatQt4Variable</b>(<i>value, vtype</i>) +</p><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> +<h4>DebugClientBase.__formatQtVariable</h4> +<b>__formatQtVariable</b>(<i>value, vtype</i>) <p> Private method to produce a formated output of a simple Qt4/Qt5 type. </p><dl>