summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/runsettingspropertiespage.h
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-02-01 15:12:38 +0100
committercon <qtc-committer@nokia.com>2010-02-01 15:13:38 +0100
commit2e0fa4fc8498be36560ca32e9aba51eceb1d8d7f (patch)
treec835456f9b2b1d185b6d45239d27f72f581d2b68 /src/plugins/projectexplorer/runsettingspropertiespage.h
parent172f57e99c7dd39b48503b50483fa65a100963eb (diff)
downloadqt-creator-2e0fa4fc8498be36560ca32e9aba51eceb1d8d7f.tar.gz
Remove the "make active" links from build and run settings.
Show the state in the combo boxes instead.
Diffstat (limited to 'src/plugins/projectexplorer/runsettingspropertiespage.h')
-rw-r--r--src/plugins/projectexplorer/runsettingspropertiespage.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/runsettingspropertiespage.h b/src/plugins/projectexplorer/runsettingspropertiespage.h
index 8d070d1fa6..c7efeb8f63 100644
--- a/src/plugins/projectexplorer/runsettingspropertiespage.h
+++ b/src/plugins/projectexplorer/runsettingspropertiespage.h
@@ -86,13 +86,11 @@ private slots:
void removeRunConfiguration();
void displayNameChanged();
void initRunConfigurationComboBox();
- void updateMakeActiveLabel();
- void makeActive();
+ void activeRunConfigurationChanged();
private:
Project *m_project;
RunConfigurationsModel *m_runConfigurationsModel;
Ui::RunSettingsPropertiesPage *m_ui;
- QLabel *m_makeActiveLabel;
QWidget *m_runConfigurationWidget;
QMenu *m_addMenu;
};