forked from qt-creator/qt-creator
ProjectExplorer: Modernize
* Use override where appropriate * Use pragma once * Make more constructors explicit Change-Id: I2865fe10f288e3de570826058e43b70a0cb4ee37 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -118,10 +118,6 @@ CustomParser::CustomParser(const CustomParserSettings &settings)
|
||||
setSettings(settings);
|
||||
}
|
||||
|
||||
CustomParser::~CustomParser()
|
||||
{
|
||||
}
|
||||
|
||||
void CustomParser::stdError(const QString &line)
|
||||
{
|
||||
if (parseLine(line, CustomParserExpression::ParseStdErrChannel))
|
||||
|
||||
Reference in New Issue
Block a user