toolChain() might return a null pointer

Don't crash then
This commit is contained in:
dt
2009-06-26 14:53:13 +02:00
parent 6f675c287c
commit 61e7ffc9c7
2 changed files with 7 additions and 4 deletions

View File

@@ -122,7 +122,6 @@ void ProjectLoadWizard::addBuildConfiguration(QString name, QtVersion *qtversion
m_project->setQtVersion(name, 0);
else
m_project->setQtVersion(name, qtversion->uniqueId());
}
void ProjectLoadWizard::done(int result)