diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.SpeedDialReader.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.SpeedDialReader.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.SpeedDialReader.html Fri Dec 22 17:24:07 2023 +0100 @@ -107,17 +107,23 @@ </p> <dl> -<dt><i>fileNameOrDevice</i></dt> +<dt><i>fileNameOrDevice</i> (str or QIODevice)</dt> <dd> -name of the file to read (string) - or reference to the device to read (QIODevice) +name of the file to read or reference to + the device to read </dd> </dl> <dl> <dt>Return:</dt> <dd> -list of speed dial pages (list of Page), number of pages per - row (integer) and size of the speed dial pages (integer) +list of speed dial pages, number of pages per row and + size of the speed dial pages +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of Page, int, int) </dd> </dl> <div align="right"><a href="#top">Up</a></div>