aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-03-06 15:04:25 +0100
committerhjk <hjk@qt.io>2017-03-08 16:12:13 +0000
commitb7412814ab2389bfb1d5c8e6771310cbc6c6553e (patch)
treecf46ce17d006a795b655fc10c6cac57ddbbe4414 /src/plugins/projectexplorer/applicationlauncher.h
parent9a126e37f977c2f29f52eea3d2574a8eae23d0f2 (diff)
ProjectExplorer: Switch responsibilities for raising applications
Instead of letting the launcher decide to raise something when started (and only then) leave it to the RunControl to trigger (and for now also to implement) as response to the application launcher start (or possibly now, in other circumstances). Change-Id: I0ac8f1e633981f7bf316c88e83c208765886d9a1 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index 7d3762c339..ccf967ba92 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -60,6 +60,7 @@ public:
QString errorString() const;
QProcess::ProcessError processError() const;
+ void bringToForeground();
static QString msgWinCannotRetrieveDebuggingOutput();
@@ -67,7 +68,6 @@ signals:
void appendMessage(const QString &message, Utils::OutputFormat format);
void processStarted();
void processExited(int exitCode, QProcess::ExitStatus);
- void bringToForegroundRequested();
void error(QProcess::ProcessError error);
private: