hot fix to allow running projects again.

This disables Qt4Project::validParse() and needs to be reverted again

Reviewed-by: Tobias Hunger
This commit is contained in:
hjk
2010-10-29 15:23:13 +02:00
parent ae6dbf364b
commit 0d6601e424

View File

@@ -960,6 +960,7 @@ Qt4ProFileNode *Qt4Project::rootProjectNode() const
bool Qt4Project::validParse(const QString &proFilePath) const
{
return true;
if (!m_rootProjectNode)
return false;
const Qt4ProFileNode *node = m_rootProjectNode->findProFileFor(proFilePath);