diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-02-28 12:25:26 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-02-28 13:10:42 +0000 |
commit | 8af62eb25614a9c4785c71ed523a00496e5eea6d (patch) | |
tree | 5c688aa876fc473d78a0ee71c3481eefc84719fb /src/plugins/debugger/gdb/gdbengine.cpp | |
parent | e327007bd8e137f3d87c611b97d0d273cc590030 (diff) | |
download | qt-creator-8af62eb25614a9c4785c71ed523a00496e5eea6d.tar.gz |
DeviceProcess: Minimize the usage of DeviceProcess
DeviceProcess doesn't provide any public API, so
replace all usages of it with QtcProcess.
Keep using DeviceProcess only for reimplementations.
Change-Id: I35a14251a81dd0dde426f56ca2e809b527cc863c
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/debugger/gdb/gdbengine.cpp')
-rw-r--r-- | src/plugins/debugger/gdb/gdbengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp index c949e9b2a6..8809ec6473 100644 --- a/src/plugins/debugger/gdb/gdbengine.cpp +++ b/src/plugins/debugger/gdb/gdbengine.cpp @@ -54,7 +54,6 @@ #include <coreplugin/icore.h> #include <coreplugin/messagebox.h> -#include <projectexplorer/devicesupport/deviceprocess.h> #include <projectexplorer/projectexplorer.h> #include <projectexplorer/taskhub.h> |