Qt4ProjectManager: correctly set parse state on restoring

This commit is contained in:
dt
2010-10-29 12:16:30 +02:00
parent 0a5202d299
commit b979d9f151
4 changed files with 10 additions and 0 deletions

View File

@@ -179,6 +179,9 @@ bool S60EmulatorRunConfiguration::fromMap(const QVariantMap &map)
if (m_proFilePath.isEmpty())
return false;
m_validParse = qt4Target()->qt4Project()->validParse(m_proFilePath);
//: S60 emulator run configuration default display name, %1 is base pro-File name
setDefaultDisplayName(tr("%1 in Symbian Emulator").arg(QFileInfo(m_proFilePath).completeBaseName()));