summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2023-05-09 22:49:14 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2023-05-10 06:07:22 +0000
commitc75b59f9b448b9d4ed3f618df705601dcd4eb9db (patch)
treee43080d40bd9d5adfcc8ffd4e7dca41a6ce3217a /tests
parente206ed5236c6ca1846c7a9add8976fb8cac07672 (diff)
downloadqt-creator-c75b59f9b448b9d4ed3f618df705601dcd4eb9db.tar.gz
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/utils/process/processtestapp/processtestapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/utils/process/processtestapp/processtestapp.h b/tests/auto/utils/process/processtestapp/processtestapp.h
index 721ab83ae7..adc0ebb9c8 100644
--- a/tests/auto/utils/process/processtestapp/processtestapp.h
+++ b/tests/auto/utils/process/processtestapp/processtestapp.h
@@ -35,7 +35,7 @@ public:
static void invokeSubProcess();
- // Many tests inside tst_qtcprocess need to start a new subprocess with custom code.
+ // Many tests inside tst_Process need to start a new subprocess with custom code.
// In order to simplify things we produce just one separate executable - processtestapp.
// We embed all our custom subprocesses in processtestapp and enclose them in separate
// classes. We select desired process to run by setting the relevant environment variable.