diff options
| author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2023-05-03 17:05:35 +0200 |
|---|---|---|
| committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2023-05-04 05:52:26 +0000 |
| commit | a0f6e8dc04291138ec2305fe7c02a0a460f57fac (patch) | |
| tree | ebea45136401d266df5fa567b4dc0a00b70b9c68 /src/plugins/cppcheck | |
| parent | 470c95c94be58905bc3202d3b58175add5f576fa (diff) | |
| download | qt-creator-a0f6e8dc04291138ec2305fe7c02a0a460f57fac.tar.gz | |
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Follows QtcProcess -> Process rename.
Change-Id: I97235a9a40cb7fd52944515b7ab878d96528f919
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/plugins/cppcheck')
| -rw-r--r-- | src/plugins/cppcheck/cppcheckrunner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppcheck/cppcheckrunner.h b/src/plugins/cppcheck/cppcheckrunner.h index 0ec49aceb5..686a6c9eb9 100644 --- a/src/plugins/cppcheck/cppcheckrunner.h +++ b/src/plugins/cppcheck/cppcheckrunner.h @@ -4,7 +4,7 @@ #pragma once #include <utils/filepath.h> -#include <utils/qtcprocess.h> +#include <utils/process.h> #include <QHash> #include <QTimer> |
