--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -384,20 +384,20 @@ <a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a> <h4>SvnLogBrowserDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> @@ -528,30 +528,30 @@ <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> -<b>on_fieldCombo_activated</b>(<i>index</i>) +<b>on_fieldCombo_activated</b>(<i>_index</i>) <p> Private slot called, when a new filter field is selected. </p> <dl> -<dt><i>index</i> (int)</dt> +<dt><i>_index</i> (int)</dt> <dd> -index of the selected entry +index of the selected entry (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> -<b>on_fromDate_dateChanged</b>(<i>date</i>) +<b>on_fromDate_dateChanged</b>(<i>_date</i>) <p> Private slot called, when the from date changes. </p> <dl> -<dt><i>date</i> (QDate)</dt> +<dt><i>_date</i> (QDate)</dt> <dd> -new date +new date (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> @@ -609,14 +609,14 @@ </dl> <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> -<b>on_rxEdit_textChanged</b>(<i>txt</i>) +<b>on_rxEdit_textChanged</b>(<i>_txt</i>) <p> Private slot called, when a filter expression is entered. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> filter expression </dd> @@ -630,30 +630,30 @@ <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> -<b>on_stopCheckBox_clicked</b>(<i>checked</i>) +<b>on_stopCheckBox_clicked</b>(<i>_checked</i>) <p> Private slot called, when the stop on copy/move checkbox is clicked. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag indicating the checked state +flag indicating the checked state (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> -<b>on_toDate_dateChanged</b>(<i>date</i>) +<b>on_toDate_dateChanged</b>(<i>_date</i>) <p> Private slot called, when the from date changes. </p> <dl> -<dt><i>date</i> (QDate)</dt> +<dt><i>_date</i> (QDate)</dt> <dd> -new date +new date (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>