Qt4ProjectManager: Fix disabling runconfigurations on parse

Turns out to be a oversight
This commit is contained in:
dt
2010-12-10 19:01:01 +01:00
parent 4d4b1a845a
commit 84b80198b9

View File

@@ -155,7 +155,8 @@ void Qt4RunConfiguration::proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFile
void Qt4RunConfiguration::proFileInvalidated(Qt4ProjectManager::Internal::Qt4ProFileNode *pro)
{
Q_UNUSED(pro);
if (pro->path() != m_proFilePath)
return;
handleParseState(false);
}