forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user