211 Private method to initialize the actions menu. |
211 Private method to initialize the actions menu. |
212 </p> |
212 </p> |
213 |
213 |
214 <a NAME="GitWorktreeDialog.__procFinished" ID="GitWorktreeDialog.__procFinished"></a> |
214 <a NAME="GitWorktreeDialog.__procFinished" ID="GitWorktreeDialog.__procFinished"></a> |
215 <h4>GitWorktreeDialog.__procFinished</h4> |
215 <h4>GitWorktreeDialog.__procFinished</h4> |
216 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
216 <b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) |
217 <p> |
217 <p> |
218 Private slot connected to the finished signal. |
218 Private slot connected to the finished signal. |
219 </p> |
219 </p> |
220 |
220 |
221 <dl> |
221 <dl> |
222 |
222 |
223 <dt><i>exitCode</i> (int)</dt> |
223 <dt><i>_exitCode</i> (int)</dt> |
224 <dd> |
224 <dd> |
225 exit code of the process |
225 exit code of the process (unused) |
226 </dd> |
226 </dd> |
227 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
227 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> |
228 <dd> |
228 <dd> |
229 exit status of the process |
229 exit status of the process (unused) |
230 </dd> |
230 </dd> |
231 </dl> |
231 </dl> |
232 <a NAME="GitWorktreeDialog.__readStderr" ID="GitWorktreeDialog.__readStderr"></a> |
232 <a NAME="GitWorktreeDialog.__readStderr" ID="GitWorktreeDialog.__readStderr"></a> |
233 <h4>GitWorktreeDialog.__readStderr</h4> |
233 <h4>GitWorktreeDialog.__readStderr</h4> |
234 <b>__readStderr</b>(<i></i>) |
234 <b>__readStderr</b>(<i></i>) |