Skip to content
Snippets Groups Projects
Commit c0efa295 authored by dt's avatar dt
Browse files

Qt4ProjectManager: set the displayname and icon on creating new projects

This code is still needed.
parent ecbcbb07
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment