forked from qt-creator/qt-creator
Tweaks to the project page.
This commit is contained in:
@@ -53,16 +53,10 @@ CMakeBuildEnvironmentWidget::CMakeBuildEnvironmentWidget(CMakeProject *project)
|
||||
|
||||
connect(m_buildEnvironmentWidget, SIGNAL(userChangesUpdated()),
|
||||
this, SLOT(environmentModelUserChangesUpdated()));
|
||||
connect(m_buildEnvironmentWidget, SIGNAL(detailsVisibleChanged(bool)),
|
||||
this, SLOT(layoutFixup()));
|
||||
connect(m_clearSystemEnvironmentCheckBox, SIGNAL(toggled(bool)),
|
||||
this, SLOT(clearSystemEnvironmentCheckBoxClicked(bool)));
|
||||
}
|
||||
|
||||
void CMakeBuildEnvironmentWidget::layoutFixup()
|
||||
{
|
||||
fixupLayout(m_buildEnvironmentWidget->detailsWidget());
|
||||
}
|
||||
|
||||
QString CMakeBuildEnvironmentWidget::displayName() const
|
||||
{
|
||||
|
||||
@@ -56,7 +56,6 @@ public:
|
||||
private slots:
|
||||
void environmentModelUserChangesUpdated();
|
||||
void clearSystemEnvironmentCheckBoxClicked(bool checked);
|
||||
void layoutFixup();
|
||||
|
||||
private:
|
||||
ProjectExplorer::EnvironmentWidget *m_buildEnvironmentWidget;
|
||||
|
||||
Reference in New Issue
Block a user