83 environment=None): |
83 environment=None): |
84 """ |
84 """ |
85 Public slot used to start the process. |
85 Public slot used to start the process. |
86 |
86 |
87 @param args list of arguments for the process (list of strings) |
87 @param args list of arguments for the process (list of strings) |
88 @keyparam workingDir working directory for the process (string) |
88 @param workingDir working directory for the process (string) |
89 @keyparam showArgs flag indicating to show the arguments (boolean) |
89 @param showArgs flag indicating to show the arguments (boolean) |
90 @keyparam environment dictionary of environment settings to add |
90 @param environment dictionary of environment settings to add |
91 or change for the git process (dict of string and string) |
91 or change for the git process (dict of string and string) |
92 @return flag indicating a successful start of the process |
92 @return flag indicating a successful start of the process |
93 """ |
93 """ |
94 self.errorGroup.hide() |
94 self.errorGroup.hide() |
95 self.inputGroup.hide() |
95 self.inputGroup.hide() |