diff options
Diffstat (limited to 'src/plugins/terminal/shellintegration.h')
-rw-r--r-- | src/plugins/terminal/shellintegration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/terminal/shellintegration.h b/src/plugins/terminal/shellintegration.h index 264b5a4d67a..8fce983b019 100644 --- a/src/plugins/terminal/shellintegration.h +++ b/src/plugins/terminal/shellintegration.h @@ -21,7 +21,7 @@ public: void onOsc(int cmd, const VTermStringFragment &fragment); - void prepareProcess(Utils::QtcProcess &process); + void prepareProcess(Utils::Process &process); signals: void commandChanged(const Utils::CommandLine &command); |