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:
@@ -196,7 +196,7 @@ using namespace Internal;
|
||||
you would use the one provided by the variable manager). Mostly the same as
|
||||
MacroExpander::expandedString(), but also has a variant that does the replacement inline
|
||||
instead of returning a new string.
|
||||
\li Using Utils::QtcProcess::expandMacros(). This expands the string while conforming to the
|
||||
\li Using Utils::CommandLine::expandMacros(). This expands the string while conforming to the
|
||||
quoting rules of the platform it is run on. Use this function with the variable manager's
|
||||
macro expander if your string will be passed as a command line parameter string to an
|
||||
external command.
|
||||
|
||||
Reference in New Issue
Block a user