aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2021-11-09 19:07:04 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2021-11-11 12:22:29 +0000
commitc9012704cc53d5d29342972e98ae975b085cba45 (patch)
tree5923125146a5b5d0b833e6e6a35570fdff84249b /src/plugins/projectexplorer/applicationlauncher.h
parent07813793453caa702c21b9ff19dd817536bb3fd0 (diff)
ApplicationLauncher: remove unused bringToForeground()
Surprisingly, it was also unimplemented. Change-Id: I7845d321fd11c34cf70c944000657d9f782f0a5e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> 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 1dcefb6cf3..86b9c6f3cf 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -64,7 +64,6 @@ public:
QString errorString() const;
QProcess::ProcessError processError() const;
- void bringToForeground();
static QString msgWinCannotRetrieveDebuggingOutput();