aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/lldparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/lldparser.h')
-rw-r--r--src/plugins/projectexplorer/lldparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/lldparser.h b/src/plugins/projectexplorer/lldparser.h
index c459880f8e..f9bb4388aa 100644
--- a/src/plugins/projectexplorer/lldparser.h
+++ b/src/plugins/projectexplorer/lldparser.h
@@ -30,9 +30,9 @@
namespace ProjectExplorer {
namespace Internal {
-class LldParser : public IOutputParser
+class LldParser : public OutputTaskParser
{
- void stdError(const QString &line) override;
+ Result handleLine(const QString &line, Utils::OutputFormat type) override;
};
} // namespace Internal