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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user