Fixes: Another crash

Task:     Also from irc.
This commit is contained in:
dt
2009-02-13 12:02:58 +01:00
parent e3f748b54f
commit 9cb615609c

View File

@@ -406,7 +406,7 @@ ProjectExplorer::ToolChain *Qt4Project::toolChain(const QString &buildConfigurat
{ {
qDebug()<<"Qt4Project::toolChain() for buildconfiguration:"<<buildConfiguration; qDebug()<<"Qt4Project::toolChain() for buildconfiguration:"<<buildConfiguration;
Q_UNUSED(buildConfiguration); Q_UNUSED(buildConfiguration);
ToolChain *m_test; ToolChain *m_test= 0;
QtVersion *version = qtVersion(activeBuildConfiguration()); QtVersion *version = qtVersion(activeBuildConfiguration());
ToolChain::ToolChainType t = version->toolchainType(); ToolChain::ToolChainType t = version->toolchainType();
if (t == ToolChain::MinGW) { if (t == ToolChain::MinGW) {
@@ -436,9 +436,7 @@ ProjectExplorer::ToolChain *Qt4Project::toolChain(const QString &buildConfigurat
qDebug()<<"Qt Creator doesn't know about the system includes, nor the systems defines."; qDebug()<<"Qt Creator doesn't know about the system includes, nor the systems defines.";
} }
if (ToolChain::equals(m_test, m_toolChain)) {
if (m_test == m_toolChain) {
delete m_test; delete m_test;
} else { } else {
delete m_toolChain; delete m_toolChain;