forked from qt-creator/qt-creator
Header cleanup in ProjectExplorer.
Change-Id: I19f100003427ba43aaae5ba0dc7078088017cb09 Reviewed-on: http://codereview.qt.nokia.com/3178 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "qmakeparser.h"
|
||||
#include "qt4projectmanagerconstants.h"
|
||||
|
||||
#include <projectexplorer/taskwindow.h>
|
||||
#include <projectexplorer/task.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
@@ -41,11 +41,9 @@ using namespace Qt4ProjectManager;
|
||||
using namespace Qt4ProjectManager::Internal;
|
||||
using ProjectExplorer::Task;
|
||||
|
||||
QMakeParser::QMakeParser()
|
||||
QMakeParser::QMakeParser() : m_error(QLatin1String("^(.+):(\\d+):\\s(.+)$"))
|
||||
{
|
||||
setObjectName(QLatin1String("QMakeParser"));
|
||||
|
||||
m_error.setPattern("^(.+):(\\d+):\\s(.+)$");
|
||||
m_error.setMinimal(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user