Remove obsolete ways to set the display name

* Now that there is a generic way to rename configurations:
   Remove individual renaming methods from all over the codebase

Reviewed-by: dt
This commit is contained in:
Tobias Hunger
2010-08-18 15:42:01 +02:00
parent efe4d80772
commit b6f1dbeeb0
15 changed files with 31 additions and 200 deletions

View File

@@ -184,13 +184,11 @@ public:
virtual void init(ProjectExplorer::BuildConfiguration *bc);
private Q_SLOTS:
void configNameEdited(const QString &name);
void buildDirectoryChanged();
void toolChainSelected(int index);
private:
GenericProject *m_project;
QLineEdit *m_nameLineEdit;
Utils::PathChooser *m_pathChooser;
GenericBuildConfiguration *m_buildConfiguration;
};