aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2021-11-10 12:23:31 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2021-11-10 12:47:22 +0000
commit94c70d1933658df6e846cff80aee8a14184450db (patch)
tree5ed7e9e9c765bf592b1f725335d6b08d4850df20 /src/plugins/projectexplorer/applicationlauncher.h
parent971b1b226917422926af86e67e682942ccfe77c4 (diff)
Uniform ApplicationLauncher API: get rid of reportError()
Use existing error() signal instead. Implement errorString() and processError() in non-local case. Change-Id: Ibdd6cec19ffa5efa0dad330515988da80e86e35b 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 a41294c9c3..07fa19f8ac 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -74,7 +74,6 @@ signals:
void processExited(int exitCode, QProcess::ExitStatus);
void error(QProcess::ProcessError error);
- void reportError(const QString &errorOutput);
void finished(bool success);
private: