Qt4 Maemo: Simplfy code for adding OTHER_FILES to .pro file

Task-Nr: QTCREATORBUG-4085
This commit is contained in:
dt
2011-03-18 16:36:25 +01:00
parent edcfe08226
commit 4827d3aa7f
6 changed files with 29 additions and 4 deletions

View File

@@ -348,6 +348,8 @@ bool Qt4Project::fromMap(const QVariantMap &map)
connect(this, SIGNAL(activeTargetChanged(ProjectExplorer::Target*)),
this, SLOT(activeTargetWasChanged()));
emit fromMapFinished();
return true;
}