forked from qt-creator/qt-creator
Process: Rename QtcProcessPrivate -> ProcessPrivate
Rename the logging category for Process. Fix inline comments accordingly. Adapt warning/debug messages accordingly. Change-Id: I2b1f0f558701def3afa3c1b04adf629833dba9e7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -2468,7 +2468,7 @@ void GitClient::tryLaunchingGitK(const Environment &env,
|
||||
arguments << "--" << fileName;
|
||||
VcsOutputWindow::appendCommand(workingDirectory, {binary, arguments});
|
||||
|
||||
// This should always use QtcProcess::startDetached (as not to kill
|
||||
// This should always use Process::startDetached (as not to kill
|
||||
// the child), but that does not have an environment parameter.
|
||||
if (!settings().path.value().isEmpty()) {
|
||||
auto process = new Process(const_cast<GitClient*>(this));
|
||||
|
||||
Reference in New Issue
Block a user