aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/clangparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/clangparser.h')
-rw-r--r--src/plugins/projectexplorer/clangparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/clangparser.h b/src/plugins/projectexplorer/clangparser.h
index 13b2d9ece65..5b61d0cbaad 100644
--- a/src/plugins/projectexplorer/clangparser.h
+++ b/src/plugins/projectexplorer/clangparser.h
@@ -39,12 +39,12 @@ class PROJECTEXPLORER_EXPORT ClangParser : public ProjectExplorer::GccParser
public:
ClangParser();
- static QList<OutputTaskParser *> clangParserSuite();
+ static QList<Utils::OutputLineParser *> clangParserSuite();
static Core::Id id();
private:
- Status handleLine(const QString &line, Utils::OutputFormat type) override;
+ Result handleLine(const QString &line, Utils::OutputFormat type) override;
QRegularExpression m_commandRegExp;
QRegularExpression m_inLineRegExp;