forked from qt-creator/qt-creator
Fix connect that got broken during rebase.
* Fix two connects I broke earlier while doing a rebase. Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -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