diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html --- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -788,7 +788,7 @@ </dl> <a NAME="PluginRepositoryWidget.on_repositoryList_currentItemChanged" ID="PluginRepositoryWidget.on_repositoryList_currentItemChanged"></a> <h4>PluginRepositoryWidget.on_repositoryList_currentItemChanged</h4> -<b>on_repositoryList_currentItemChanged</b>(<i>current, previous</i>) +<b>on_repositoryList_currentItemChanged</b>(<i>current, _previous</i>) <p> Private slot to handle the change of the current item. </p> @@ -799,9 +799,9 @@ <dd> reference to the new current item </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the old current item +reference to the old current item (unused) </dd> </dl> <a NAME="PluginRepositoryWidget.on_repositoryList_customContextMenuRequested" ID="PluginRepositoryWidget.on_repositoryList_customContextMenuRequested"></a>