forked from qt-creator/qt-creator
CMakeParser: Remove sub-parser setup from CMakeParser
This makes the class more applicable for later re-use. Change-Id: Ic717dd63962b254fce639061f16b1ca8e12d8098 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <projectexplorer/gnumakeparser.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
using namespace CMakeProjectManager;
|
||||
@@ -50,8 +49,6 @@ CMakeParser::CMakeParser()
|
||||
|
||||
m_locationLine.setPattern(QLatin1String(LOCATION_LINE_PATTERN));
|
||||
QTC_CHECK(m_locationLine.isValid());
|
||||
|
||||
appendOutputParser(new GnuMakeParser());
|
||||
}
|
||||
|
||||
void CMakeParser::stdError(const QString &line)
|
||||
|
||||
Reference in New Issue
Block a user