forked from qt-creator/qt-creator
Revert "Revert "Qt4ProjectManager: correctly set parse state on restoring""
This reverts commit ae6dbf364b.
This commit is contained in:
@@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user