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:
Jarek Kobus
2023-05-09 22:49:14 +02:00
parent e206ed5236
commit c75b59f9b4
18 changed files with 57 additions and 57 deletions

View File

@@ -893,7 +893,7 @@ bool ProcessArgs::expandMacros(QString *cmd, AbstractMacroExpander *mx, OsType o
break;
case CrtClosed:
// Two consecutive quotes make a literal quote - and
// still close quoting. See QtcProcess::quoteArg().
// still close quoting. See Process::quoteArg().
crtState = CrtInWord;
break;
case CrtHadQuote: