aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runcontrol.h
diff options
context:
space:
mode:
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;