aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2021-11-09 14:29:44 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2021-11-09 15:21:34 +0000
commit9739ded5731770893f8649c504e3f5b163f6b874 (patch)
tree26dc4599ca27fa0500b98c1f9f8b7086ed4ee9ab /src/plugins/projectexplorer/applicationlauncher.h
parent9a859de175b9380726329a76d7f1fef64ca11d07 (diff)
Uniform ApplicationLauncher API: get rid of reportProgress()
Use existing appendMessage() for this purpose with NormalMessageFormat. In case when device process is used in ApplicationLauncher no appendMessage() was emitted so far. Change-Id: I96041ad19fe16066ea31d92f52253e0aa864f96d Reviewed-by: hjk <hjk@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 ca93c69abd..3cba409f9c 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -76,7 +76,6 @@ signals:
void remoteStdout(const QString &output);
void remoteStderr(const QString &output);
- void reportProgress(const QString &progressOutput);
void reportError(const QString &errorOutput);
void remoteProcessStarted();
void finished(bool success);