aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-05-09 14:43:57 +0200
committerhjk <hjk@qt.io>2022-05-09 14:12:42 +0000
commit639c3a5437795a5a49e5fd3a31158f21a2ca1239 (patch)
treea959cfec62426dd1186e557d62443b59a8ac7f97 /src/plugins/projectexplorer/applicationlauncher.h
parent6e1cfeaf3f29e9ad8c7d8b309a3ed19495fc6520 (diff)
ProjectExplorer: Remove ApplicationLauncher::setProcessChannelMode
Not used anymore. Change-Id: I2b5864cf321f0fed69ae6d8586e78a6017a42d1b Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index 251a6be85f..e3ea98698b 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -53,7 +53,6 @@ public:
explicit ApplicationLauncher(QObject *parent = nullptr);
~ApplicationLauncher() override;
- void setProcessChannelMode(QProcess::ProcessChannelMode mode);
void setUseTerminal(bool on);
void setRunAsRoot(bool on);
void setRunnable(const Runnable &runnable);