Revert "Revert "Qt4ProjectManager: correctly set parse state on restoring""

This reverts commit ae6dbf364b.
This commit is contained in:
dt
2010-11-02 12:26:55 +01:00
parent 667d645611
commit ff60fcf29f
4 changed files with 10 additions and 0 deletions

View File

@@ -237,6 +237,9 @@ bool S60DeviceRunConfiguration::fromMap(const QVariantMap &map)
return false;
if (!QFileInfo(m_proFilePath).exists())
return false;
m_validParse = qt4Target()->qt4Project()->validParse(m_proFilePath);
setDefaultDisplayName(tr("%1 on Symbian Device").arg(QFileInfo(m_proFilePath).completeBaseName()));
return RunConfiguration::fromMap(map);