diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html --- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -204,7 +204,7 @@ <a NAME="IrcNetworkEditDialog.on_channelList_itemActivated" ID="IrcNetworkEditDialog.on_channelList_itemActivated"></a> <h4>IrcNetworkEditDialog.on_channelList_itemActivated</h4> -<b>on_channelList_itemActivated</b>(<i>item, column</i>) +<b>on_channelList_itemActivated</b>(<i>item, _column</i>) <p> Private slot to handle the activation of a channel entry. </p> @@ -215,9 +215,9 @@ <dd> reference to the activated item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column the activation occurred in +column the activation occurred in (unused) </dd> </dl> <a NAME="IrcNetworkEditDialog.on_channelList_itemSelectionChanged" ID="IrcNetworkEditDialog.on_channelList_itemSelectionChanged"></a> @@ -271,30 +271,30 @@ </dl> <a NAME="IrcNetworkEditDialog.on_networkEdit_textChanged" ID="IrcNetworkEditDialog.on_networkEdit_textChanged"></a> <h4>IrcNetworkEditDialog.on_networkEdit_textChanged</h4> -<b>on_networkEdit_textChanged</b>(<i>txt</i>) +<b>on_networkEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the network name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text entered into the network name edit +text entered into the network name edit (unused) </dd> </dl> <a NAME="IrcNetworkEditDialog.on_serverEdit_textChanged" ID="IrcNetworkEditDialog.on_serverEdit_textChanged"></a> <h4>IrcNetworkEditDialog.on_serverEdit_textChanged</h4> -<b>on_serverEdit_textChanged</b>(<i>txt</i>) +<b>on_serverEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the server name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text entered into the server name edit +text entered into the server name edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>