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

@@ -70,7 +70,6 @@ public:
QWidget *parent = 0);
private slots:
void configNameEdited(const QString &text);
void argumentsEdited(const QString &args);
void showSettingsDialog(const QString &link);
void updateTargetInformation();
@@ -99,7 +98,6 @@ private:
void addEnvironmentWidgets(QVBoxLayout *mainLayout);
void updateMountWarning();
QLineEdit *m_configNameLineEdit;
QLineEdit *m_argsLineEdit;
QLabel *m_localExecutableLabel;
QLabel *m_remoteExecutableLabel;