aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2021-11-09 16:00:18 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2021-11-09 16:46:40 +0000
commitd14e68eac202783f5ff1f9286e4d2b79690ff8a8 (patch)
tree5f43735a9c39100d7b1c829e3475a843fd30a1c2 /src/plugins/projectexplorer/applicationlauncher.h
parent9739ded5731770893f8649c504e3f5b163f6b874 (diff)
Uniform ApplicationLauncher API: get rid of remoteStderr/out()
Use existing appendMessage() for this purpose either with StdErrFormat for remoteStderr() or with StdOutFormat for remoteStdout(). In case when device process is used in ApplicationLauncher no appendMessage() was emitted so far with StdErrFormat or StdOutFormat. Change-Id: I2f6603aaf28113fea2a8bb6bd1738320cc39be75 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 3cba409f9c..e7d835b25a 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -74,8 +74,6 @@ signals:
void processExited(int exitCode, QProcess::ExitStatus);
void error(QProcess::ProcessError error);
- void remoteStdout(const QString &output);
- void remoteStderr(const QString &output);
void reportError(const QString &errorOutput);
void remoteProcessStarted();
void finished(bool success);