aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-04-25 13:50:45 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-04-25 16:20:14 +0000
commitea6892d05d1539618b4161f9da0e9b4fb01df5ea (patch)
tree5cd2076e01dc0077571287ddbc92ca1b35714a27 /src/plugins/projectexplorer/applicationlauncher.h
parent080249e902ddeef47051a7a110d75b2ee00359e1 (diff)
ApplicationLauncher: Cleanup
Get rid of public msgWinCannotRetrieveDebuggingOutput() method, as it was used interally in Windows case only. Get rid of m_listeningPid field, as that's the same what applicationPID() returns. Change-Id: I8bfac790f0d363e6f7cc12012597c7b8aaad6d92 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index be0b343235..170f337250 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -64,8 +64,6 @@ public:
QString errorString() const;
QProcess::ProcessError error() const;
- static QString msgWinCannotRetrieveDebuggingOutput();
-
int exitCode() const;
QProcess::ExitStatus exitStatus() const;