Fixed crash introduced by b15b23b856

This commit is contained in:
Jacob Støren 2015-10-22 16:46:58 +02:00
parent b15b23b856
commit b18ae1a14a

View File

@ -405,6 +405,7 @@ bool RiaApplication::loadProject(const QString& projectFileName, ProjectLoadActi
}
}
if (m_project->viewLinkerCollection() && m_project->viewLinkerCollection()->viewLinker())
{
m_project->viewLinkerCollection()->viewLinker()->updateOverrides();
}