aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index f6d1d2f8d56..18541ac3eb5 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -81,6 +81,7 @@ signals:
void error(QProcess::ProcessError error);
private slots:
+ void handleProcessStarted();
void guiProcessError();
void consoleProcessError(const QString &error);
void readStandardOutput();