606 Private method to initialize the actions menu. |
606 Private method to initialize the actions menu. |
607 </p> |
607 </p> |
608 |
608 |
609 <a NAME="GitStatusDialog.__procFinished" ID="GitStatusDialog.__procFinished"></a> |
609 <a NAME="GitStatusDialog.__procFinished" ID="GitStatusDialog.__procFinished"></a> |
610 <h4>GitStatusDialog.__procFinished</h4> |
610 <h4>GitStatusDialog.__procFinished</h4> |
611 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
611 <b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) |
612 <p> |
612 <p> |
613 Private slot connected to the finished signal. |
613 Private slot connected to the finished signal. |
614 </p> |
614 </p> |
615 |
615 |
616 <dl> |
616 <dl> |
617 |
617 |
618 <dt><i>exitCode</i> (int)</dt> |
618 <dt><i>_exitCode</i> (int)</dt> |
619 <dd> |
619 <dd> |
620 exit code of the process |
620 exit code of the process (unused) |
621 </dd> |
621 </dd> |
622 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
622 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> |
623 <dd> |
623 <dd> |
624 exit status of the process |
624 exit status of the process (unused) |
625 </dd> |
625 </dd> |
626 </dl> |
626 </dl> |
627 <a NAME="GitStatusDialog.__readStderr" ID="GitStatusDialog.__readStderr"></a> |
627 <a NAME="GitStatusDialog.__readStderr" ID="GitStatusDialog.__readStderr"></a> |
628 <h4>GitStatusDialog.__readStderr</h4> |
628 <h4>GitStatusDialog.__readStderr</h4> |
629 <b>__readStderr</b>(<i></i>) |
629 <b>__readStderr</b>(<i></i>) |