forked from qt-creator/qt-creator
Rename BuildParserInterface to IBuildParser.
Rename BuildParserInterface to IBuildParser to comply with latest naming conventions. Reviewed-By: con
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
#ifndef RVCTPARSER_H
|
||||
#define RVCTPARSER_H
|
||||
|
||||
#include <projectexplorer/buildparserinterface.h>
|
||||
#include <projectexplorer/ibuildparser.h>
|
||||
|
||||
#include <QtCore/QRegExp>
|
||||
|
||||
namespace Qt4ProjectManager {
|
||||
|
||||
class RvctParser : public ProjectExplorer::BuildParserInterface
|
||||
class RvctParser : public ProjectExplorer::IBuildParser
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user