forked from qt-creator/qt-creator
Move Project::subConfigWidgets to BuildConfiguration
Change-Id: Idf58ebbb02e9cd0ab4ff7e74fbed17250e274693 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
#include <projectexplorer/toolchain.h>
|
||||
#include <projectexplorer/headerpath.h>
|
||||
#include <projectexplorer/target.h>
|
||||
#include <projectexplorer/buildenvironmentwidget.h>
|
||||
#include <projectexplorer/kitinformation.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
@@ -1057,13 +1056,6 @@ bool Qt4Project::parseInProgress(const QString &proFilePath) const
|
||||
return node && node->parseInProgress();
|
||||
}
|
||||
|
||||
QList<BuildConfigWidget*> Qt4Project::subConfigWidgets()
|
||||
{
|
||||
QList<BuildConfigWidget*> subWidgets;
|
||||
subWidgets << new BuildEnvironmentWidget;
|
||||
return subWidgets;
|
||||
}
|
||||
|
||||
void Qt4Project::collectAllfProFiles(QList<Qt4ProFileNode *> &list, Qt4ProFileNode *node)
|
||||
{
|
||||
list.append(node);
|
||||
|
||||
Reference in New Issue
Block a user