--- a/Documentation/Source/eric6.UI.UserInterface.html Thu Jan 19 19:45:32 2017 +0100 +++ b/Documentation/Source/eric6.UI.UserInterface.html Thu Jan 19 19:46:21 2017 +0100 @@ -651,6 +651,9 @@ <td><a href="#UserInterface.__versionCheckResult">__versionCheckResult</a></td> <td>Private method to show the result of the version check action.</td> </tr><tr> +<td><a href="#UserInterface.__versionToTuple">__versionToTuple</a></td> +<td>Private method to convert a version string into a tuple.</td> +</tr><tr> <td><a href="#UserInterface.__versionsDownloadCanceled">__versionsDownloadCanceled</a></td> <td>Private slot called to cancel the version check.</td> </tr><tr> @@ -1978,6 +1981,26 @@ contents of the downloaded versions file (list of strings) </dd> +</dl><a NAME="UserInterface.__versionToTuple" ID="UserInterface.__versionToTuple"></a> +<h4>UserInterface.__versionToTuple</h4> +<b>__versionToTuple</b>(<i>version</i>) +<p> + Private method to convert a version string into a tuple. +</p><dl> +<dt><i>version</i> (str)</dt> +<dd> +version string +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +version tuple +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of int and str +</dd> </dl><a NAME="UserInterface.__versionsDownloadCanceled" ID="UserInterface.__versionsDownloadCanceled"></a> <h4>UserInterface.__versionsDownloadCanceled</h4> <b>__versionsDownloadCanceled</b>(<i></i>)