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 /tests/manual/deviceshell | |
| 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 'tests/manual/deviceshell')
| -rw-r--r-- | tests/manual/deviceshell/tst_deviceshell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/deviceshell/tst_deviceshell.cpp b/tests/manual/deviceshell/tst_deviceshell.cpp index 96638763f8..99c506d1bd 100644 --- a/tests/manual/deviceshell/tst_deviceshell.cpp +++ b/tests/manual/deviceshell/tst_deviceshell.cpp @@ -6,7 +6,7 @@ #include <utils/deviceshell.h> #include <utils/environment.h> #include <utils/launcherinterface.h> -#include <utils/qtcprocess.h> +#include <utils/process.h> #include <utils/temporarydirectory.h> #include <QObject> |
