Revert "Qt4ProjectManager: correctly set parse state on restoring"

This reverts commit b979d9f151.
This commit is contained in:
hjk
2010-10-29 15:19:05 +02:00
parent 722e48c2b3
commit ae6dbf364b
4 changed files with 0 additions and 10 deletions

View File

@@ -179,9 +179,6 @@ 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()));