aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runcontrol.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-09-03 14:23:31 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-09-04 08:50:13 +0000
commit215b28466682ae3d0f1a2ef26d7972ac8b63d7ab (patch)
treede0dd390cd2e68b1f0065feaaf14a97aed0e1612 /src/plugins/projectexplorer/runcontrol.h
parentf6e013c80e97626ed12bed9124da16f92f853d84 (diff)
ProjectExplorer: Properly set up the output formatter
... for the app output window. Fixes: QTCREATORBUG-24560 Change-Id: I199d7b16f445db498027094792c6cf344d920a88 Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'src/plugins/projectexplorer/runcontrol.h')
-rw-r--r--src/plugins/projectexplorer/runcontrol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/runcontrol.h b/src/plugins/projectexplorer/runcontrol.h
index 6926ec4c58..b609815363 100644
--- a/src/plugins/projectexplorer/runcontrol.h
+++ b/src/plugins/projectexplorer/runcontrol.h
@@ -46,6 +46,7 @@
namespace Utils {
class MacroExpander;
class OutputLineParser;
+class OutputFormatter;
} // Utils
namespace ProjectExplorer {
@@ -238,7 +239,7 @@ public:
Utils::FilePath targetFilePath() const;
Utils::FilePath projectFilePath() const;
- QList<Utils::OutputLineParser *> createOutputParsers() const;
+ void setupFormatter(Utils::OutputFormatter *formatter) const;
Utils::Id runMode() const;
const Runnable &runnable() const;