Long dead code. It even used the QWorkbench namespace.

And there seems to be no value in the code anyway.
This commit is contained in:
dt
2009-04-20 17:21:31 +02:00
parent af6257971d
commit 25135e9e2f
9 changed files with 2 additions and 722 deletions

View File

@@ -38,7 +38,7 @@
#include "qt4runconfiguration.h"
#include "qtversionmanager.h"
#include "qt4nodes.h"
#include "qt4buildconfigwidget.h"
#include "qt4projectconfigwidget.h"
#include "qt4buildenvironmentwidget.h"
#include "qt4projectmanagerconstants.h"
#include "projectloadwizard.h"
@@ -788,7 +788,7 @@ void Qt4Project::setQtVersion(const QString &buildConfiguration, int id)
BuildStepConfigWidget *Qt4Project::createConfigWidget()
{
return new Qt4BuildConfigWidget(this);
return new Qt4ProjectConfigWidget(this);
}
QList<BuildStepConfigWidget*> Qt4Project::subConfigWidgets()