forked from qt-creator/qt-creator
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
This commit is contained in:
@@ -146,6 +146,7 @@ void BuildSettingsWidget::init()
|
||||
}
|
||||
|
||||
m_makeActiveLabel = new QLabel(this);
|
||||
m_makeActiveLabel->setContentsMargins(m_leftMargin, 4, 0, 4);
|
||||
m_makeActiveLabel->setVisible(false);
|
||||
vbox->addWidget(m_makeActiveLabel);
|
||||
|
||||
|
@@ -98,9 +98,9 @@ private slots:
|
||||
void nameChanged(BuildConfiguration *bc);
|
||||
void activeConfigurationChanged();
|
||||
void addedBuildConfiguration(ProjectExplorer::Project *project,
|
||||
BuildConfiguration *bc);
|
||||
ProjectExplorer::BuildConfiguration *bc);
|
||||
void removedBuildConfiguration(ProjectExplorer::Project *project,
|
||||
BuildConfiguration *bc);
|
||||
ProjectExplorer::BuildConfiguration *bc);
|
||||
void changedIndex(int newIndex);
|
||||
private:
|
||||
int buildConfigurationToIndex(BuildConfiguration *bc);
|
||||
|
Reference in New Issue
Block a user