eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html

changeset 7370
5fb53279f2df
parent 7273
391d6b7b1eff
child 7976
a8a20f558176
diff -r dbeeed55df08 -r 5fb53279f2df eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html	Wed Jan 08 19:13:57 2020 +0100
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html	Mon Jan 13 19:23:08 2020 +0100
@@ -78,18 +78,6 @@
 <td>Private slot called when the process finished or the user pressed the button.</td>
 </tr>
 <tr>
-<td><a href="#HgQueuesHeaderDialog.__procFinished">__procFinished</a></td>
-<td>Private slot connected to the finished signal.</td>
-</tr>
-<tr>
-<td><a href="#HgQueuesHeaderDialog.__readStderr">__readStderr</a></td>
-<td>Private slot to handle the readyReadStderr signal.</td>
-</tr>
-<tr>
-<td><a href="#HgQueuesHeaderDialog.__readStdout">__readStdout</a></td>
-<td>Private slot to handle the readyReadStdout signal.</td>
-</tr>
-<tr>
 <td><a href="#HgQueuesHeaderDialog.__showError">__showError</a></td>
 <td>Private slot to show some error.</td>
 </tr>
@@ -142,46 +130,6 @@
         Private slot called when the process finished or the user pressed
         the button.
 </p>
-<a NAME="HgQueuesHeaderDialog.__procFinished" ID="HgQueuesHeaderDialog.__procFinished"></a>
-<h4>HgQueuesHeaderDialog.__procFinished</h4>
-<b>__procFinished</b>(<i>exitCode, exitStatus</i>)
-
-<p>
-        Private slot connected to the finished signal.
-</p>
-<dl>
-
-<dt><i>exitCode</i></dt>
-<dd>
-exit code of the process (integer)
-</dd>
-<dt><i>exitStatus</i></dt>
-<dd>
-exit status of the process (QProcess.ExitStatus)
-</dd>
-</dl>
-<a NAME="HgQueuesHeaderDialog.__readStderr" ID="HgQueuesHeaderDialog.__readStderr"></a>
-<h4>HgQueuesHeaderDialog.__readStderr</h4>
-<b>__readStderr</b>(<i></i>)
-
-<p>
-        Private slot to handle the readyReadStderr signal.
-</p>
-<p>
-        It reads the error output of the process and inserts it into the
-        error pane.
-</p>
-<a NAME="HgQueuesHeaderDialog.__readStdout" ID="HgQueuesHeaderDialog.__readStdout"></a>
-<h4>HgQueuesHeaderDialog.__readStdout</h4>
-<b>__readStdout</b>(<i></i>)
-
-<p>
-        Private slot to handle the readyReadStdout signal.
-</p>
-<p>
-        It reads the output of the process, formats it and inserts it into
-        the contents pane.
-</p>
 <a NAME="HgQueuesHeaderDialog.__showError" ID="HgQueuesHeaderDialog.__showError"></a>
 <h4>HgQueuesHeaderDialog.__showError</h4>
 <b>__showError</b>(<i>out</i>)

eric ide

mercurial