aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-11-23 17:29:20 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-11-24 10:23:51 +0000
commit58fd29e0ed94450a4049f537dd9553f2258a2655 (patch)
treedd27c424e591a505c9aaaa23f6ebd4a0d58cac18 /src/plugins/projectexplorer/applicationlauncher.h
parent4c8db5e9b7a2290b7bb926f215717464703aa59b (diff)
ProjectExplorer: Do not add too many newlines
Do not add newlines when output gets flushed. Task-number: QTCREATORBUG-17403 Change-Id: I0dea3a15611fcde8aa8cbc5fbc6b7f22c9c40dd7 Reviewed-by: hjk <hjk@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 3c6178f815..a321c2214d 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -70,7 +70,7 @@ public:
static QString msgWinCannotRetrieveDebuggingOutput();
signals:
- void appendMessage(const QString &message, Utils::OutputFormat format);
+ void appendMessage(const QString &message, Utils::OutputFormat format, bool appendNewLine = true);
void processStarted();
void processExited(int exitCode, QProcess::ExitStatus);
void error(QProcess::ProcessError error);