aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-05-04 17:22:43 +0200
committerhjk <hjk@qt.io>2022-05-04 15:39:41 +0000
commit40ba92c3716bbc574a65887673c6004eba2d6417 (patch)
tree988f85cb1afa4253cacaf297b69064fb8c909b53 /src/plugins/projectexplorer/applicationlauncher.h
parentadeaa01d85e29fdde8f0fc13d30af6280a8cc512 (diff)
ProjectExplorer: Remove now unused ApplicationLauncher members
Change-Id: I54530571114b8dbc13e50432b8331427e845215b Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index 170f337250..ca621795f8 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -57,12 +57,9 @@ public:
void start();
void stop();
- bool isRunning() const;
Utils::ProcessHandle applicationPID() const;
- bool isLocal() const;
QString errorString() const;
- QProcess::ProcessError error() const;
int exitCode() const;
QProcess::ExitStatus exitStatus() const;