diff -r d53474dcb9e6 -r 4f4316e83318 Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html --- a/Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html Sat May 27 18:51:22 2017 +0200 +++ b/Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html Sun May 28 16:59:18 2017 +0200 @@ -101,9 +101,6 @@ <td><a href="#HistoryMenu.__closedTabAvailable">__closedTabAvailable</a></td> <td>Private slot to handle changes of the availability of closed tabs.</td> </tr><tr> -<td><a href="#HistoryMenu.__showHistoryDialog">__showHistoryDialog</a></td> -<td>Private slot to show the history dialog.</td> -</tr><tr> <td><a href="#HistoryMenu.postPopulated">postPopulated</a></td> <td>Public method to add any actions after the tree.</td> </tr><tr> @@ -112,6 +109,9 @@ </tr><tr> <td><a href="#HistoryMenu.setInitialActions">setInitialActions</a></td> <td>Public method to set the list of actions that should appear first in the menu.</td> +</tr><tr> +<td><a href="#HistoryMenu.showHistoryDialog">showHistoryDialog</a></td> +<td>Public slot to show the history dialog.</td> </tr> </table> <h3>Static Methods</h3> @@ -162,12 +162,7 @@ <dd> flag indicating the availability of closed tabs (boolean) </dd> -</dl><a NAME="HistoryMenu.__showHistoryDialog" ID="HistoryMenu.__showHistoryDialog"></a> -<h4>HistoryMenu.__showHistoryDialog</h4> -<b>__showHistoryDialog</b>(<i></i>) -<p> - Private slot to show the history dialog. -</p><a NAME="HistoryMenu.postPopulated" ID="HistoryMenu.postPopulated"></a> +</dl><a NAME="HistoryMenu.postPopulated" ID="HistoryMenu.postPopulated"></a> <h4>HistoryMenu.postPopulated</h4> <b>postPopulated</b>(<i></i>) <p> @@ -193,7 +188,12 @@ <dd> list of initial actions (list of QAction) </dd> -</dl> +</dl><a NAME="HistoryMenu.showHistoryDialog" ID="HistoryMenu.showHistoryDialog"></a> +<h4>HistoryMenu.showHistoryDialog</h4> +<b>showHistoryDialog</b>(<i></i>) +<p> + Public slot to show the history dialog. +</p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> <a NAME="HistoryMenuModel" ID="HistoryMenuModel"></a>