forked from qt-creator/qt-creator
s/target/buildtarget/ in projectnodes
This is in preparation of the addition of "targets" in the sense of "platforms to develop for" into the codebase. Reviewed-by: dt
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
// ProjectNode interface
|
||||
QList<ProjectAction> supportedActions() const;
|
||||
|
||||
bool hasTargets() const { return false; }
|
||||
bool hasBuildTargets() const { return false; }
|
||||
|
||||
bool addSubProjects(const QStringList &proFilePaths);
|
||||
bool removeSubProjects(const QStringList &proFilePaths);
|
||||
@@ -203,7 +203,7 @@ public:
|
||||
QObject *parent = 0);
|
||||
~Qt4ProFileNode();
|
||||
|
||||
bool hasTargets() const;
|
||||
bool hasBuildTargets() const;
|
||||
|
||||
Qt4ProjectType projectType() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user