aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gccparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/gccparser.h')
-rw-r--r--src/plugins/projectexplorer/gccparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/gccparser.h b/src/plugins/projectexplorer/gccparser.h
index 46b4de42d1c..76afb536684 100644
--- a/src/plugins/projectexplorer/gccparser.h
+++ b/src/plugins/projectexplorer/gccparser.h
@@ -42,7 +42,7 @@ public:
static Core::Id id();
- static QList<OutputTaskParser *> gccParserSuite();
+ static QList<OutputLineParser *> gccParserSuite();
protected:
void newTask(const Task &task);
@@ -51,7 +51,7 @@ protected:
void amendDescription(const QString &desc, bool monospaced);
private:
- Status handleLine(const QString &line, Utils::OutputFormat type) override;
+ Result handleLine(const QString &line, Utils::OutputFormat type) override;
QRegularExpression m_regExp;
QRegularExpression m_regExpIncluded;