Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html

changeset 6123
39cd368143db
parent 6020
baf6da1ae288
diff -r e7d98249f393 -r 39cd368143db Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html	Thu Feb 08 18:57:11 2018 +0100
+++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html	Thu Feb 08 18:58:07 2018 +0100
@@ -152,21 +152,31 @@
 </dd>
 </dl><a NAME="GitDiffGenerator.__readStderr" ID="GitDiffGenerator.__readStderr"></a>
 <h4>GitDiffGenerator.__readStderr</h4>
-<b>__readStderr</b>(<i></i>)
+<b>__readStderr</b>(<i>process</i>)
 <p>
         Private slot to handle the readyReadStandardError signal.
 </p><p>
         It reads the error output of the process and inserts it into the
         error pane.
-</p><a NAME="GitDiffGenerator.__readStdout" ID="GitDiffGenerator.__readStdout"></a>
+</p><dl>
+<dt><i>process</i> (QProcess)</dt>
+<dd>
+reference to the process providing error output
+</dd>
+</dl><a NAME="GitDiffGenerator.__readStdout" ID="GitDiffGenerator.__readStdout"></a>
 <h4>GitDiffGenerator.__readStdout</h4>
-<b>__readStdout</b>(<i></i>)
+<b>__readStdout</b>(<i>process</i>)
 <p>
         Private slot to handle the readyReadStandardOutput signal.
 </p><p>
         It reads the output of the process, formats it and inserts it into
         the contents pane.
-</p><a NAME="GitDiffGenerator.getResult" ID="GitDiffGenerator.getResult"></a>
+</p><dl>
+<dt><i>process</i> (QProcess)</dt>
+<dd>
+reference to the process providing output
+</dd>
+</dl><a NAME="GitDiffGenerator.getResult" ID="GitDiffGenerator.getResult"></a>
 <h4>GitDiffGenerator.getResult</h4>
 <b>getResult</b>(<i></i>)
 <p>

eric ide

mercurial