Qt4ProjectManager: set the displayname and icon on creating new projects

This code is still needed.
This commit is contained in:
dt
2010-12-07 15:41:26 +01:00
parent ecbcbb074c
commit c0efa295af

View File

@@ -273,6 +273,9 @@ Qt4Target::Qt4Target(Qt4Project *parent, const QString &id) :
this, SLOT(onAddedDeployConfiguration(ProjectExplorer::DeployConfiguration*)));
connect(this, SIGNAL(activeRunConfigurationChanged(ProjectExplorer::RunConfiguration*)),
this, SLOT(updateToolTipAndIcon()));
setDefaultDisplayName(displayNameForId(id));
setIcon(iconForId(id));
}
Qt4Target::~Qt4Target()